mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #13991 from ixdy/jenkins-gke-configs
Jenkins gke e2e: don't use sudo with gsutil cp
This commit is contained in:
commit
1f4a1d65ba
@ -651,7 +651,7 @@ export E2E_REPORT_DIR=${ARTIFACTS}
|
||||
# Install gcloud from a custom path if provided. Used to test GKE with gcloud
|
||||
# at HEAD, release candidate.
|
||||
if [[ ! -z "${CLOUDSDK_BUCKET:-}" ]]; then
|
||||
sudo gsutil -m cp -r "${CLOUDSDK_BUCKET}" ~
|
||||
gsutil -m cp -r "${CLOUDSDK_BUCKET}" ~
|
||||
mv ~/$(basename "${CLOUDSDK_BUCKET}") ~/repo
|
||||
mkdir ~/cloudsdk
|
||||
tar zvxf ~/repo/google-cloud-sdk.tar.gz -C ~/cloudsdk
|
||||
|
Loading…
Reference in New Issue
Block a user