fix(cicd): treat branch follower budgets as advisory

This commit is contained in:
Codex
2026-07-04 03:07:57 +00:00
parent 17bb5c035d
commit 5f93c6c895
3 changed files with 37 additions and 21 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ set -eu
cd /work
rm -rf /work/unidesk
started_at=$(date -Iseconds)
echo "branch-follower one-shot started ${started_at}"
echo "branch-follower one-shot started ${started_at}" >&2
/etc/unidesk-cicd-branch-follower/sync-source.sh \
"${UNIDESK_CONTROLLER_SOURCE_REPOSITORY}" \
@@ -18,4 +18,4 @@ cd /work/unidesk
"$@"
echo "branch-follower one-shot finished $(date -Iseconds)"
echo "branch-follower one-shot finished $(date -Iseconds)" >&2