Skip to content

Commit

Permalink
add 2 more envvars for build cop bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed May 27, 2020
1 parent 573b417 commit 73a6de0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro/trampoline_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ pass_down_envvars=(
"KOKORO_GITHUB_COMMIT"
"KOKORO_GITHUB_PULL_REQUEST_NUMBER"
"KOKORO_GITHUB_PULL_REQUEST_COMMIT"
# For Build Cop Bot
"KOKORO_GITHUB_COMMIT_URL"
"KOKORO_GITHUB_PULL_REQUEST_URL"
)

if [[ -f "${PROJECT_ROOT}/.trampolinerc" ]]; then
Expand Down

0 comments on commit 73a6de0

Please sign in to comment.