Archived
remove olixero branding
This commit is contained in:
@@ -23,7 +23,7 @@ async function main(): Promise<void> {
|
||||
const botLogin = requireEnv("CI_AGENT_BOT_LOGIN");
|
||||
const policy = actorPolicy();
|
||||
const store = new AgentStore(
|
||||
process.env.AGENT_DB_PATH || "/var/lib/olixero-agent/agent.db",
|
||||
process.env.AGENT_DB_PATH || "/var/lib/gitea-agent/agent.db",
|
||||
);
|
||||
const owner = `controller-${randomUUID()}`;
|
||||
if (!store.acquireServiceLock("controller", owner, 30_000))
|
||||
|
||||
Reference in New Issue
Block a user