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

Commit 05b41cc

Browse files
author
Yifan Gu
authored
Merge pull request #415 from yifan-gu/cherry_pick_conformance
conformance-gce.sh: Pin to a particular gcloud installer version.
2 parents 069babe + 45a2134 commit 05b41cc

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
@@ -43,7 +43,9 @@ function cleanup {
4343
}
4444

4545
function init {
46-
curl https://sdk.cloud.google.com | bash
46+
curl https://storage.googleapis.com/cloud-sdk-release/google-cloud-sdk-148.0.1-linux-x86_64.tar.gz > google-cloud-sdk.tar.gz
47+
tar xzf google-cloud-sdk.tar.gz
48+
./google-cloud-sdk/install.sh
4749
source ~/.bashrc
4850
gcloud config set project coreos-gce-testing
4951
gcloud auth activate-service-account ${GCE_PREFIX}@coreos-gce-testing.iam.gserviceaccount.com --key-file=/build/keyfile

0 commit comments

Comments
 (0)