mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Merge pull request #27207 from jlowdermilk/fix-gke-pinned-tests
Fix #27144
This commit is contained in:
commit
98fbf8c0f0
@ -36,7 +36,7 @@ function fetch_output_tars() {
|
|||||||
function fetch_server_version_tars() {
|
function fetch_server_version_tars() {
|
||||||
local -r build_version="$(gcloud ${CMD_GROUP:-} container get-server-config --project=${PROJECT} --zone=${ZONE} --format='value(defaultClusterVersion)')"
|
local -r build_version="$(gcloud ${CMD_GROUP:-} container get-server-config --project=${PROJECT} --zone=${ZONE} --format='value(defaultClusterVersion)')"
|
||||||
# Use latest build of the server version's branch.
|
# Use latest build of the server version's branch.
|
||||||
fetch_tars_from_gcs "release" "ci/latest-${build_version:0:3}"
|
fetch_tars_from_gcs "ci" "latest-${build_version:0:3}"
|
||||||
unpack_binaries
|
unpack_binaries
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user