mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Revert "Revert "third time charm for #27144""
This commit is contained in:
parent
56a1464390
commit
3b0fadf396
1 changed files with 5 additions and 2 deletions
|
|
@ -35,8 +35,11 @@ function fetch_output_tars() {
|
|||
|
||||
function fetch_server_version_tars() {
|
||||
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.
|
||||
fetch_tars_from_gcs "ci" "latest-${build_version:0:3}"
|
||||
# Use latest build of the server version's branch for test files.
|
||||
fetch_published_version_tars "ci/latest-${build_version:0:3}"
|
||||
# Unset cluster api version; we want to use server default for the cluster
|
||||
# version.
|
||||
unset CLUSTER_API_VERSION
|
||||
unpack_binaries
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue