We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ee133 commit 4467e62Copy full SHA for 4467e62
1 file changed
tools/release-all/release-all.sh
@@ -285,7 +285,7 @@ verify_clean_build() {
285
msg "${indent}Verifying clean build on GitHub for $default_branch..."
286
build_status=$(gh run list --repo "$repo_url" --branch "$default_branch" --limit 1 --json conclusion -q '.[0].conclusion' 2>/dev/null || echo "unknown")
287
if [[ "$build_status" != "success" ]]; then
288
- do_fail "Build status for $default_branch: $build_status (expected: success)" "$indent"
+ do_fail "${indent}Build status for $default_branch: $build_status (expected: success)" "$indent"
289
fi
290
}
291
0 commit comments