Skip to content

Commit a2e0235

Browse files
committed
revert hardcoded branch filter for testing on branch
1 parent becfaf2 commit a2e0235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/run-bc-upgrade-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -euo pipefail
1616
# So if we have one (or more) BC, we will always prefer to use that. Otherwise we will use the latest snapshot.
1717
MANIFEST_URL="$(curl -s https://artifacts.elastic.co/releases/TfEVhiaBGqR64ie0g0r0uUwNAbEQMu1Z/future-releases/stack.json |
1818
jq ".releases[] |
19-
select(.branch == \"main\") |
19+
select(.branch == \"$BUILDKITE_BRANCH\") |
2020
select(.active_release == true) |
2121
((.snapshots | to_entries | sort_by(.value.completed_at)) +
2222
(.build_candidates | to_entries | sort_by(.value.completed_at))) |

0 commit comments

Comments
 (0)