This commit is contained in:
Jeff Lowdermilk 2016-06-10 15:11:59 -07:00
parent 3beed6e1aa
commit e47b9f36aa

View File

@ -36,7 +36,7 @@ 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 "release" "ci/latest-${build_version:0:3}"
fetch_tars_from_gcs "ci" "latest-${build_version:0:3}"
unpack_binaries
}