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 2e05b83 commit da59669Copy full SHA for da59669
.buildkite/dra-workflow.trigger.sh
@@ -16,7 +16,7 @@ for BRANCH in "${BRANCHES[@]}"; do
16
env:
17
DRA_WORKFLOW: snapshot
18
EOF
19
- if [[ "$BRANCH" != "main" ]]; then
+ if [[ "$BRANCH" != "9.0" ]]; then
20
cat <<EOF
21
- trigger: elasticsearch-hadoop-dra-workflow
22
label: Trigger DRA staging workflow for $BRANCH
@@ -27,7 +27,7 @@ EOF
27
DRA_WORKFLOW: staging
28
29
else
30
- # Pass version qualifier to main builds
+ # Pass version qualifier to 9.0 builds
31
32
33
@@ -36,7 +36,7 @@ EOF
36
branch: "$BRANCH"
37
38
39
- VERSION_QUALIFIER: alpha1
+ VERSION_QUALIFIER: beta1
40
41
fi
42
done
0 commit comments