Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ca0049

Browse files
author
Takashi Matsuo
committed
add 2 more envvars for build cop bot
1 parent 4e3657b commit 3ca0049

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/trampoline_v2.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ pass_down_envvars=(
176176
"KOKORO_GITHUB_COMMIT"
177177
"KOKORO_GITHUB_PULL_REQUEST_NUMBER"
178178
"KOKORO_GITHUB_PULL_REQUEST_COMMIT"
179+
# For Build Cop Bot
180+
"KOKORO_GITHUB_COMMIT_URL"
181+
"KOKORO_GITHUB_PULL_REQUEST_URL"
179182
)
180183

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

0 commit comments

Comments
 (0)