test: adapt to shellcheck v0.9.0
This commit is contained in:
parent
86c3036fe3
commit
07a8f3d5ea
9 changed files with 27 additions and 25 deletions
|
|
@ -77,7 +77,7 @@ SSH_USER="cloud-user"
|
|||
# Need gcloud to talk to GCP
|
||||
if ! hash gcloud; then
|
||||
echo "Using 'gcloud' from a container"
|
||||
sudo ${CONTAINER_RUNTIME} pull ${CONTAINER_IMAGE_CLOUD_TOOLS}
|
||||
sudo "${CONTAINER_RUNTIME}" pull ${CONTAINER_IMAGE_CLOUD_TOOLS}
|
||||
|
||||
# directory mounted to the container, in which gcloud stores the credentials after logging in
|
||||
GCP_CMD_CREDS_DIR="${TEMPDIR}/gcloud_credentials"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue