We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df5e52 commit 0578d56Copy full SHA for 0578d56
1 file changed
.ci/cloudbuild.yaml
@@ -19,6 +19,7 @@ steps:
19
- "IP_TYPE=${_IP_TYPE}"
20
- "GOOGLE_CLOUD_PROJECT=${PROJECT_ID}"
21
- "TMPDIR=/tmp"
22
+ - "CLOUDSDK_CORE_DISABLE_PROMPTS=1"
23
secretEnv:
24
- "MYSQL_CONNECTION_NAME"
25
- "MYSQL_USER"
@@ -43,7 +44,12 @@ steps:
43
44
args:
45
- -c
46
- |
47
+ curl -sSL https://sdk.cloud.google.com | bash -s -- --quiet
48
+ export PATH=$PATH:/root/google-cloud-sdk/bin
49
+ echo "gcloud version:"
50
+ gcloud version || echo "gcloud command not found or failed"
51
go test -race -v ./tests/...
52
+
53
substitutions:
54
_VERSION: ${_VERSION}
55
_IP_TYPE: ${_IP_TYPE}
0 commit comments