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 2ae80c7 commit d30b3caCopy full SHA for d30b3ca
.buildkite/scripts/dra-update-staging.sh
@@ -37,7 +37,7 @@ for BRANCH in "${BRANCHES[@]}"; do
37
38
if [[ "$SHOULD_TRIGGER" == "true" ]]; then
39
if [[ "$BRANCH" == "9.0" ]]; then
40
- export VERSION_QUALIFIER="beta1"
+ export VERSION_QUALIFIER="rc1"
41
fi
42
echo "Triggering DRA staging workflow for $BRANCH"
43
cat << EOF | buildkite-agent pipeline upload
.buildkite/scripts/dra-workflow.trigger.sh
@@ -8,7 +8,7 @@ source .buildkite/scripts/branches.sh
8
9
for BRANCH in "${BRANCHES[@]}"; do
10
11
12
13
14
INTAKE_PIPELINE_SLUG="elasticsearch-intake"
0 commit comments