Skip to content

Commit

Permalink
Fix gke_test (should've realized why the cut -c 2- was there above this)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerlynn committed Mar 30, 2015
1 parent ef66d85 commit 8fff533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ cd kubernetes
if [[ ! -z ${E2E_SET_CLUSTER_API_VERSION:-} ]]; then
export CLUSTER_API_VERSION=$(echo ${GITHASH} | cut -c 2-)
elif [[ ! -z ${E2E_USE_LATEST_RELEASE_VERSION:-} ]]; then
release=$(gsutil cat gs://kubernetes-release/release/latest.txt)
release=$(gsutil cat gs://kubernetes-release/release/latest.txt | cut -c 2-)
export CLUSTER_API_VERSION=${release}
fi

Expand Down

0 comments on commit 8fff533

Please sign in to comment.