Skip to content

Commit ab61462

Browse files
author
Takashi Matsuo
committed
summon BCB again
1 parent 8f55cf8 commit ab61462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ for file in **/requirements.txt; do
152152
nox -s "$RUN_TESTS_SESSION"
153153
EXIT=$?
154154

155-
# If REPORT_TO_BUILD_COP_BOT is set to "True", send the test log
155+
# If REPORT_TO_BUILD_COP_BOT is set to "true", send the test log
156156
# to the Build Cop Bot.
157157
# See:
158158
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop.
159-
if [[ "${REPORT_TO_BUILD_COP_BOT:-}" == "True" ]]; then
159+
if [[ "${REPORT_TO_BUILD_COP_BOT:-}" == "true" ]]; then
160160
chmod +x $KOKORO_GFILE_DIR/linux_amd64/buildcop
161161
$KOKORO_GFILE_DIR/linux_amd64/buildcop
162162
fi

0 commit comments

Comments
 (0)