Skip to content

Commit

Permalink
fix: add KOKORO_ARTIFACTS_DIR to the default list of env vars (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Nov 4, 2024
1 parent 3c43959 commit e68e88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trampoline_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
"KOKORO_GITHUB_COMMIT_URL"
"KOKORO_GITHUB_PULL_REQUEST_URL"
"KOKORO_BUILD_ARTIFACTS_SUBDIR"
"KOKORO_ARTIFACTS_DIR"
)
elif [[ "${TRAVIS:-}" == "true" ]]; then
RUNNING_IN_CI="true"
Expand Down

0 comments on commit e68e88a

Please sign in to comment.