remove olixero branding

This commit is contained in:
2026-07-13 20:56:50 +02:00
parent 40c822d3bf
commit 040a4aee37
16 changed files with 47 additions and 157 deletions
+1 -1
View File
@@ -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))