Skip to content

Commit 9d3deb7

Browse files
authored
Allow staging DRA for 9.0
1 parent 98268fe commit 9d3deb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.buildkite/dra-workflow.trigger.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ for BRANCH in "${BRANCHES[@]}"; do
1616
env:
1717
DRA_WORKFLOW: snapshot
1818
EOF
19-
if [[ "$BRANCH" != "9.0" ]]; then
20-
cat <<EOF
19+
20+
cat <<EOF
2121
- trigger: elasticsearch-hadoop-dra-workflow
2222
label: Trigger DRA staging workflow for $BRANCH
2323
async: true
@@ -26,5 +26,4 @@ EOF
2626
env:
2727
DRA_WORKFLOW: staging
2828
EOF
29-
fi
3029
done

0 commit comments

Comments
 (0)