Skip to content

Commit 9fcfb1c

Browse files
authored
Update branches.sh
1 parent 1b2ede6 commit 9fcfb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/branches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# This determines which branches will have pipelines triggered periodically, for dra workflows.
4-
BRANCHES=(main 8.10 8.9 7.17)
4+
BRANCHES=( $(curl -s https://raw.githubusercontent.com/elastic/elasticsearch/main/branches.json | jq -r '.branches[].branch') )

0 commit comments

Comments
 (0)