File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.buildkite/scripts/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set -eo pipefail
12
12
# https://github.com/elastic/ingest-dev/issues/2664
13
13
# *******************************************************
14
14
15
- ACTIVE_BRANCHES_URL=" https://raw.githubusercontent .com/elastic/logstash/main/ci /branches.json"
15
+ ACTIVE_BRANCHES_URL=" https://storage.googleapis .com/artifacts-api/snapshots /branches.json"
16
16
EXCLUDE_BRANCHES_ARRAY=()
17
17
BRANCHES=()
18
18
@@ -63,7 +63,7 @@ exclude_branches_to_array
63
63
set -u
64
64
set +e
65
65
# pull releaseable branches from $ACTIVE_BRANCHES_URL
66
- readarray -t ELIGIBLE_BRANCHES < <( curl --retry-all-errors --retry 5 --retry-delay 5 -fsSL $ACTIVE_BRANCHES_URL | jq -r ' .branches[].branch ' )
66
+ readarray -t ELIGIBLE_BRANCHES < <( curl --retry-all-errors --retry 5 --retry-delay 5 -fsSL $ACTIVE_BRANCHES_URL | jq -r ' .branches[]' )
67
67
if [[ $? -ne 0 ]]; then
68
68
echo " There was an error downloading or parsing the json output from [$ACTIVE_BRANCHES_URL ]. Exiting."
69
69
exit 1
You can’t perform that action at this time.
0 commit comments