You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .kokoro/trampoline_v2.sh
+19-11Lines changed: 19 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -138,18 +138,26 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
138
138
RUNNING_IN_CI="true"
139
139
TRAMPOLINE_CI="kokoro"
140
140
if [[ "${TRAMPOLINE_USE_LEGACY_SERVICE_ACCOUNT:-}"=="true" ]];then
141
-
if [[ !-f"${KOKORO_GFILE_DIR}/kokoro-trampoline.service-account.json" ]];then
142
-
log_red "${KOKORO_GFILE_DIR}/kokoro-trampoline.service-account.json does not exist. Did you forget to mount cloud-devrel-kokoro-resources/trampoline? Aborting."
if [[ !-f"${KOKORO_GFILE_DIR}/kokoro-trampoline.service-account.json" ]];then
142
+
log_red "${KOKORO_GFILE_DIR}/kokoro-trampoline.service-account.json does not exist. Did you forget to mount cloud-devrel-kokoro-resources/trampoline? Aborting."
0 commit comments