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 1b2ede6 commit 9fcfb1cCopy full SHA for 9fcfb1c
.buildkite/branches.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
# This determines which branches will have pipelines triggered periodically, for dra workflows.
4
-BRANCHES=(main 8.10 8.9 7.17)
+BRANCHES=( $(curl -s https://raw.githubusercontent.com/elastic/elasticsearch/main/branches.json | jq -r '.branches[].branch') )
0 commit comments