8000
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 d1a05eb commit b6270aeCopy full SHA for b6270ae
.kokoro/tests/run_tests.sh
@@ -103,8 +103,8 @@ for file in **/requirements.txt; do
103
# If this is a continuous build, send the test log to the Build Cop Bot.
104
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop.
105
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"continuous"* ]]; then
106
- chmod +x $KOKORO_GFILE_DIR/buildcop.sh
107
- $KOKORO_GFILE_DIR/buildcop.sh
+ chmod +x $KOKORO_GFILE_DIR/linux_amd64/buildcop
+ $KOKORO_GFILE_DIR/linux_amd64/buildcop
108
fi
109
110
if [[ $EXIT -ne 0 ]]; then
0 commit comments