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 0844595 commit 28b56e0Copy full SHA for 28b56e0
.kokoro/build.sh
@@ -110,8 +110,8 @@ bash .kokoro/coerce_logs.sh
110
111
if [[ "${ENABLE_BUILD_COP}" == "true" ]]
112
then
113
- chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/buildcop
114
- ${KOKORO_GFILE_DIR}/linux_amd64/buildcop -repo=googleapis/google-http-java-client
+ chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
+ ${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/google-http-java-client
115
fi
116
117
echo "exiting with ${RETURN_CODE}"
0 commit comments