Skip to content

Commit da59669

Browse files
committed
Prepare for 9.0.0-beta1
1 parent 2e05b83 commit da59669

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/dra-workflow.trigger.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for BRANCH in "${BRANCHES[@]}"; do
1616
env:
1717
DRA_WORKFLOW: snapshot
1818
EOF
19-
if [[ "$BRANCH" != "main" ]]; then
19+
if [[ "$BRANCH" != "9.0" ]]; then
2020
cat <<EOF
2121
- trigger: elasticsearch-hadoop-dra-workflow
2222
label: Trigger DRA staging workflow for $BRANCH
@@ -27,7 +27,7 @@ EOF
2727
DRA_WORKFLOW: staging
2828
EOF
2929
else
30-
# Pass version qualifier to main builds
30+
# Pass version qualifier to 9.0 builds
3131
cat <<EOF
3232
- trigger: elasticsearch-hadoop-dra-workflow
3333
label: Trigger DRA staging workflow for $BRANCH
@@ -36,7 +36,7 @@ EOF
3636
branch: "$BRANCH"
3737
env:
3838
DRA_WORKFLOW: staging
39-
VERSION_QUALIFIER: alpha1
39+
VERSION_QUALIFIER: beta1
4040
EOF
4141
fi
4242
done

0 commit comments

Comments
 (0)