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 becfaf2 commit a2e0235Copy full SHA for a2e0235
.buildkite/scripts/run-bc-upgrade-tests.sh
@@ -16,7 +16,7 @@ set -euo pipefail
16
# So if we have one (or more) BC, we will always prefer to use that. Otherwise we will use the latest snapshot.
17
MANIFEST_URL="$(curl -s https://artifacts.elastic.co/releases/TfEVhiaBGqR64ie0g0r0uUwNAbEQMu1Z/future-releases/stack.json |
18
jq ".releases[] |
19
-select(.branch == \"main\") |
+select(.branch == \"$BUILDKITE_BRANCH\") |
20
select(.active_release == true) |
21
((.snapshots | to_entries | sort_by(.value.completed_at)) +
22
(.build_candidates | to_entries | sort_by(.value.completed_at))) |
0 commit comments