Skip to content

Commit 1098504

Browse files
authored
[CI] Quick fix of dra staging builds failing due to missing 7.17 (#140965)
1 parent 355c774 commit 1098504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/dra-update-staging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source .buildkite/scripts/branches.sh
66

77
for BRANCH in "${BRANCHES[@]}"; do
88
# Don't publish main branch to staging
9-
if [[ "$BRANCH" == "main" ]]; then
9+
if [[ "$BRANCH" == "main" || "$BRANCH" == "7.17" ]]; then
1010
continue
1111
fi
1212

0 commit comments

Comments
 (0)