Skip to content

Commit 5c7129a

Browse files
committed
temporarily hardcode main branch for testing REVERT
1 parent 9462a22 commit 5c7129a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ set -euo pipefail
1414
# Select the most recent build from the current branch.
1515
# We collect snapshots, order by date, then collect BCs, order by date, and concat them; then we select the last.
1616
# So if we have one (or more) BC, we will always prefer to use that. Otherwise we will use the latest snapshot.
17+
FIXME revert branch
1718
MANIFEST_URL="$(curl -s https://artifacts.elastic.co/releases/TfEVhiaBGqR64ie0g0r0uUwNAbEQMu1Z/future-releases/stack.json |
1819
jq ".releases[] |
19-
select(.branch == \"$BUILDKITE_BRANCH\") |
20+
select(.branch == \"main\") |
2021
select(.active_release == true) |
2122
((.snapshots | to_entries | sort_by(.value.completed_at)) +
2223
(.build_candidates | to_entries | sort_by(.value.completed_at))) |

0 commit comments

Comments
 (0)