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.
1 parent b5162f0 commit 4fe8381Copy full SHA for 4fe8381
.kokoro/populate-secrets.sh
@@ -38,6 +38,9 @@ do
38
# --project cloud-devrel-kokoro-resources \
39
# --secret ${key} > \
40
# "${SECRET_LOCATION}/${key}"
41
+ if [[ -f "${SECRET_LOCATION}/${key}" ]]; then
42
+ msg "Secret file exists: ${SECRET_LOCATION}/${key}"
43
+ fi
44
if [[ $? == 0 ]]; then
45
msg "Secret written to ${SECRET_LOCATION}/${key}"
46
else
0 commit comments