We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7244745 + 65122ff commit 006df6dCopy full SHA for 006df6d
scripts/gceworker.sh
@@ -17,7 +17,8 @@ case ${1-} in
17
--image-family "ubuntu-1604-lts" \
18
--boot-disk-size "100" \
19
--boot-disk-type "pd-ssd" \
20
- --boot-disk-device-name "${NAME}"
+ --boot-disk-device-name "${NAME}" \
21
+ --scopes "default,cloud-platform"
22
23
# Retry while vm and sshd to start up.
24
"$(dirname "${0}")/travis_retry.sh" gcloud compute ssh "${NAME}" --command=true
0 commit comments