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 396765d commit 8366678Copy full SHA for 8366678
.buildkite/scripts/dra-update-staging.sh
@@ -36,6 +36,9 @@ for BRANCH in "${BRANCHES[@]}"; do
36
fi
37
38
if [[ "$SHOULD_TRIGGER" == "true" ]]; then
39
+ if [[ "$BRANCH" == "9.0" ]]; then
40
+ export VERSION_QUALIFIER="beta1"
41
+ fi
42
echo "Triggering DRA staging workflow for $BRANCH"
43
cat << EOF | buildkite-agent pipeline upload
44
steps:
@@ -46,6 +49,7 @@ steps:
46
49
branch: "$BRANCH"
47
50
env:
48
51
DRA_WORKFLOW: staging
52
+ VERSION_QUALIFIER: ${VERSION_QUALIFIER:-}
53
EOF
54
55
done
0 commit comments