Skip to content

Commit

Permalink
Merge pull request kubernetes#27207 from jlowdermilk/fix-gke-pinned-t…
Browse files Browse the repository at this point in the history
…ests

Fix kubernetes#27144
  • Loading branch information
j3ffml authored Jun 10, 2016
2 parents 3beed6e + e47b9f3 commit 98fbf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/e2e-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 98fbf8c

Please sign in to comment.