Skip to content

Commit 4f490cd

Browse files
breskebyomricohenn
authored andcommitted
Remove version qualifier in 9.0.0 DRA build (elastic#125561)
1 parent c3b1fb3 commit 4f490cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.buildkite/scripts/dra-update-staging.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ for BRANCH in "${BRANCHES[@]}"; do
3636
fi
3737

3838
if [[ "$SHOULD_TRIGGER" == "true" ]]; then
39-
if [[ "$BRANCH" == "9.0" ]]; then
40-
export VERSION_QUALIFIER="rc1"
41-
fi
4239
echo "Triggering DRA staging workflow for $BRANCH"
4340
cat << EOF | buildkite-agent pipeline upload
4441
steps:
@@ -49,7 +46,6 @@ steps:
4946
branch: "$BRANCH"
5047
env:
5148
DRA_WORKFLOW: staging
52-
VERSION_QUALIFIER: ${VERSION_QUALIFIER:-}
5349
EOF
5450
fi
5551
done

0 commit comments

Comments
 (0)