Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #856 from hongchaodeng/t
Browse files Browse the repository at this point in the history
ci: mute untar message
  • Loading branch information
hongchaodeng authored Mar 3, 2017
2 parents 21a5386 + 8275422 commit ecf62a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/get_kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ KUBE_VERSION=$(gsutil cat gs://${KUBE_RELEASE_URL}/latest.txt)
gsutil cp "gs://${KUBE_RELEASE_URL}/${KUBE_VERSION}/kubernetes.tar.gz" "${DOWNLOAD_DIR}/"

cd $DOWNLOAD_DIR
tar zxvf kubernetes.tar.gz
tar zxvf kubernetes.tar.gz 1>/dev/null

gsutil cp "gs://${KUBE_RELEASE_URL}/${KUBE_VERSION}/kubernetes-server-linux-amd64.tar.gz" "kubernetes/server/"

0 comments on commit ecf62a2

Please sign in to comment.