Skip to content

Commit

Permalink
chore: add debug info (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Mar 29, 2022
1 parent 60f8145 commit 12af56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/kokoro/populate-secrets.sh
Expand Up @@ -14,6 +14,7 @@ function println() { printf '%s\n' "$(now) $*"; }
# kokoro-trampoline@cloud-devrel-kokoro-resources.iam.gserviceaccount.com
SECRET_LOCATION="${KOKORO_GFILE_DIR}/secret_manager"
msg "Creating folder on disk for secrets: ${SECRET_LOCATION}"
msg "Keys: ${SECRET_MANAGER_KEYS}"
mkdir -p ${SECRET_LOCATION}
for key in $(echo ${SECRET_MANAGER_KEYS} | sed "s/,/ /g"); do
msg "Retrieving secret ${key}"
Expand Down

0 comments on commit 12af56f

Please sign in to comment.