Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#396 from ozdanborne/turn-off-ve…
Browse files Browse the repository at this point in the history
…rbose-tar

Turn off verbose output for untar
  • Loading branch information
mikedanese authored May 19, 2017
2 parents 4260b3a + 04dd1ab commit ea3113c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export GOOGLE_SDK_VERSION=148.0.1
mkdir -p /tmp/google-sdk
(cd /tmp/google-sdk
wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${GOOGLE_SDK_VERSION}-linux-x86_64.tar.gz
tar xvf google-cloud-sdk-${GOOGLE_SDK_VERSION}-linux-x86_64.tar.gz -C /
tar xf google-cloud-sdk-${GOOGLE_SDK_VERSION}-linux-x86_64.tar.gz -C /
/google-cloud-sdk/install.sh -q --path-update true
source ~/.bashrc
)
Expand Down

0 comments on commit ea3113c

Please sign in to comment.