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 1a5b1b7 commit 094b6eaCopy full SHA for 094b6ea
.ci/release.sh
@@ -27,7 +27,7 @@ VERSION_QUALIFIER=$(cat config/version-qualifier.txt)
27
# Branch: BRANCH env var > Buildkite's BUILDKITE_BRANCH var > minor version
28
BRANCH=${BRANCH:-${BUILDKITE_BRANCH:-${STACK_VERSION%.*}}}
29
30
-if [[ "$BRANCH" = "main" && "$WORKFLOW" = "staging" && [-z "$VERSION_QUALIFIER"]]]; then
+if [[ "$BRANCH" = "main" && "$WORKFLOW" = "staging" && "$VERSION_QUALIFIER" = "" ]]; then
31
echo "No staging build for the main branch - skipping"
32
exit 0
33
fi
0 commit comments