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 34d2830 commit 791c7efCopy full SHA for 791c7ef
.buildkite/scripts/run-bc-upgrade-tests.sh
@@ -24,7 +24,7 @@ select(.active_release == true) |
24
(.build_candidates | to_entries | sort_by(.value.completed_at))) |
25
last | .value.manifest_url")"
26
27
-if [[ -z "$MANIFEST_URL" ]]; then
+if [[ -z "$MANIFEST_URL" ]] || [[ "$MANIFEST_URL" == "null" ]]; then
28
echo "No snapshots or build candidates for branch [$BUILDKITE_BRANCH]."
29
echo "Skipping BC upgrade tests."
30
exit 0
0 commit comments