Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 0ab6e46

Browse files
author
Yifan Gu
committed
conformance-gce.sh: Pin to a particular gcloud installer version.
1 parent a936ee1 commit 0ab6e46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hack/tests/conformance-gce.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ function cleanup {
4747
}
4848

4949
function init {
50-
curl https://sdk.cloud.google.com | bash
50+
curl https://storage.googleapis.com/cloud-sdk-release/google-cloud-sdk-148.0.1-linux-x86_64.tar.gz > google-cloud-sdk.tar.gz
51+
tar xzf google-cloud-sdk.tar.gz
52+
./google-cloud-sdk/install.sh
5153
source ~/.bashrc
5254
gcloud config set project ${GCE_PROJECT}
5355
gcloud auth activate-service-account ${GCE_SERVICE_ACCOUNT}@${GCE_PROJECT}.iam.gserviceaccount.com --key-file=/build/keyfile

0 commit comments

Comments
 (0)