Skip to content

Commit be553e3

Browse files
authored
Skip building 9.0.0 staging artifacts for now (#125563)
1 parent 209bf8c commit be553e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/dra-workflow.trigger.sh

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

99
for BRANCH in "${BRANCHES[@]}"; do
1010
if [[ "$BRANCH" == "9.0" ]]; then
11-
export VERSION_QUALIFIER="rc1"
11+
continue
1212
fi
1313

1414
INTAKE_PIPELINE_SLUG="elasticsearch-intake"

0 commit comments

Comments
 (0)