We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b33ce commit b3ae6eeCopy full SHA for b3ae6ee
1 file changed
java-core/.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/java-core
+ chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
+ ${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-core
115
fi
116
117
echo "exiting with ${RETURN_CODE}"
0 commit comments