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

Commit ff91d3d

Browse files
authored
cleanup: fix shellcheck warnings (#1467)
1 parent 8b47642 commit ff91d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/kokoro/docker/download-cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ activate_service_account_keyfile "${KEYFILE}"
6161

6262
echo "================================================================"
6363
log_normal "Downloading build cache ${CACHE_NAME} from ${CACHE_FOLDER}"
64-
env CLOUDSDK_ACTIVE_CONFIG_NAME=${GCLOUD_CONFIG} \
64+
env "CLOUDSDK_ACTIVE_CONFIG_NAME=${GCLOUD_CONFIG}" \
6565
gsutil -q cp "gs://${CACHE_FOLDER}/${CACHE_NAME}.tar.gz" "${HOME_DIR}"
6666

6767
# Ignore timestamp warnings, Bazel has files with timestamps 10 years

ci/kokoro/docker/upload-cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cleanup() {
6262

6363
create_gcloud_config
6464
activate_service_account_keyfile "${KEYFILE}"
65-
env CLOUDSDK_ACTIVE_CONFIG_NAME=${GCLOUD_CONFIG} \
65+
env "CLOUDSDK_ACTIVE_CONFIG_NAME=${GCLOUD_CONFIG}" \
6666
gsutil -q cp "${HOME_DIR}/${CACHE_NAME}.tar.gz" "gs://${CACHE_FOLDER}/"
6767

6868
echo "================================================================"

0 commit comments

Comments
 (0)