Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f55cf8 commit ab61462Copy full SHA for ab61462
.kokoro/tests/run_tests.sh
@@ -152,11 +152,11 @@ for file in **/requirements.txt; do
152
nox -s "$RUN_TESTS_SESSION"
153
EXIT=$?
154
155
- # If REPORT_TO_BUILD_COP_BOT is set to "True", send the test log
+ # If REPORT_TO_BUILD_COP_BOT is set to "true", send the test log
156
# to the Build Cop Bot.
157
# See:
158
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop.
159
- if [[ "${REPORT_TO_BUILD_COP_BOT:-}" == "True" ]]; then
+ if [[ "${REPORT_TO_BUILD_COP_BOT:-}" == "true" ]]; then
160
chmod +x $KOKORO_GFILE_DIR/linux_amd64/buildcop
161
$KOKORO_GFILE_DIR/linux_amd64/buildcop
162
fi
0 commit comments