Skip to content

Commit

Permalink
Merge pull request kubernetes#27223 from kubernetes/revert-27215-gke-…
Browse files Browse the repository at this point in the history
…pinned

Revert "third time charm for kubernetes#27144"
  • Loading branch information
dchen1107 authored Jun 11, 2016
2 parents 2e0e22a + f1651a0 commit 56a1464
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions hack/jenkins/e2e-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ 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 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
# Use latest build of the server version's branch.
fetch_tars_from_gcs "ci" "latest-${build_version:0:3}"
unpack_binaries
}

Expand Down

0 comments on commit 56a1464

Please sign in to comment.