From ca90c0c2e9c449eac01f755f210d1b69e2fd7e62 Mon Sep 17 00:00:00 2001 From: Codex Date: Fri, 3 Jul 2026 06:19:05 +0000 Subject: [PATCH] fix: keep branch follower controller logs bounded --- scripts/src/cicd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/src/cicd.ts b/scripts/src/cicd.ts index 9699158e..a03f314d 100644 --- a/scripts/src/cicd.ts +++ b/scripts/src/cicd.ts @@ -1218,7 +1218,7 @@ function controllerLoopScript(): string { " git clone --depth=1 --branch \"${UNIDESK_CONTROLLER_SOURCE_BRANCH}\" \"${UNIDESK_CONTROLLER_GIT_MIRROR_READ_URL}\" /work/unidesk", " cp /etc/unidesk-cicd-branch-follower/cicd-branch-followers.yaml /work/unidesk/config/cicd-branch-followers.yaml", " cd /work/unidesk", - " bun scripts/cli.ts cicd branch-follower run-once --all --confirm --wait --controller --config config/cicd-branch-followers.yaml --timeout-seconds \"${timeout}\" --json || true", + " bun scripts/cli.ts cicd branch-follower run-once --all --confirm --wait --controller --config config/cicd-branch-followers.yaml --timeout-seconds \"${timeout}\" || true", " echo \"branch-follower loop finished $(date -Iseconds)\"", " cd /work", " sleep \"${interval}\"",