From e47b9f36aa24f6d5b36176bef814b612ef17ec25 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Fri, 10 Jun 2016 15:11:59 -0700 Subject: [PATCH] Fix #27144 --- hack/jenkins/e2e-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e-runner.sh b/hack/jenkins/e2e-runner.sh index 3c839d15b6e96..76022bb145acd 100755 --- a/hack/jenkins/e2e-runner.sh +++ b/hack/jenkins/e2e-runner.sh @@ -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 }