Skip to content

Commit 6c49c0d

Browse files
authored
Skip DRA staging builds for 9.0.0 for now (#2368)
1 parent 589d2ee commit 6c49c0d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.buildkite/dra-workflow.trigger.sh

-12
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ EOF
2525
branch: "$BRANCH"
2626
env:
2727
DRA_WORKFLOW: staging
28-
EOF
29-
else
30-
# Pass version qualifier to 9.0 builds
31-
cat <<EOF
32-
- trigger: elasticsearch-hadoop-dra-workflow
33-
label: Trigger DRA staging workflow for $BRANCH
34-
async: true
35-
build:
36-
branch: "$BRANCH"
37-
env:
38-
DRA_WORKFLOW: staging
39-
VERSION_QUALIFIER: rc1
4028
EOF
4129
fi
4230
done

0 commit comments

Comments
 (0)