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 7e551ec commit ceebd0eCopy full SHA for ceebd0e
.buildkite/scripts/dra-workflow.trigger.sh
@@ -8,7 +8,7 @@ source .buildkite/scripts/branches.sh
8
9
for BRANCH in "${BRANCHES[@]}"; do
10
if [[ "$BRANCH" == "9.0" ]]; then
11
- export VERSION_QUALIFIER="rc1"
+ continue
12
fi
13
14
INTAKE_PIPELINE_SLUG="elasticsearch-intake"
0 commit comments