Skip to content

Commit 83a783e

Browse files
committed
reduce CI installation progress noise
GitHub CLI's default watch display redraws every build step on each polling interval, producing excessive terminal output during a release build. Use its compact display and a ten-second interval while retaining live status and failure propagation.
1 parent 8bbc85b commit 83a783e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ main() {
125125
fi
126126

127127
printf '%s\n' "$run_url"
128-
gh run watch "$run_id" --repo "$repo" --exit-status
128+
gh run watch "$run_id" --repo "$repo" --exit-status --compact --interval 10
129129

130130
tmp_dir=$(mktemp -d)
131131
trap cleanup EXIT

0 commit comments

Comments
 (0)