Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6b7bae

Browse files
author
Isaac Hollander McCreery
committed
Remove ~/repo before moving Cloud SDK components there
1 parent 8218bcb commit f6b7bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/jenkins/e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ fi
671671
# at HEAD, release candidate.
672672
if [[ ! -z "${CLOUDSDK_BUCKET:-}" ]]; then
673673
gsutil -m cp -r "${CLOUDSDK_BUCKET}" ~
674+
rm -rf ~/repo
674675
mv ~/$(basename "${CLOUDSDK_BUCKET}") ~/repo
675676
mkdir ~/cloudsdk
676677
tar zvxf ~/repo/google-cloud-sdk.tar.gz -C ~/cloudsdk

0 commit comments

Comments
 (0)