We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355c774 commit 1098504Copy full SHA for 1098504
.buildkite/scripts/dra-update-staging.sh
@@ -6,7 +6,7 @@ source .buildkite/scripts/branches.sh
6
7
for BRANCH in "${BRANCHES[@]}"; do
8
# Don't publish main branch to staging
9
- if [[ "$BRANCH" == "main" ]]; then
+ if [[ "$BRANCH" == "main" || "$BRANCH" == "7.17" ]]; then
10
continue
11
fi
12
0 commit comments