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 d32583c commit d97b736Copy full SHA for d97b736
.buildkite/scripts/dra-workflow.trigger.sh
@@ -7,8 +7,8 @@ echo "steps:"
7
source .buildkite/scripts/branches.sh
8
9
for BRANCH in "${BRANCHES[@]}"; do
10
- if [[ "$BRANCH" == "main" ]]; then
11
- export VERSION_QUALIFIER="alpha1"
+ if [[ "$BRANCH" == "9.0" ]]; then
+ export VERSION_QUALIFIER="beta1"
12
fi
13
14
INTAKE_PIPELINE_SLUG="elasticsearch-intake"
0 commit comments