Skip to content

Commit 08a38df

Browse files
authored
Merge pull request #336 from elastic/do-not-rebuild-90-staging
Do not trigger 9.0.0 staging periodically
2 parents a91f9f8 + fdef018 commit 08a38df

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.buildkite/dra-workflow.trigger.sh

Lines changed: 0 additions & 12 deletions
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-sql-odbc-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)