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 b09a21c commit ce1687aCopy full SHA for ce1687a
.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-bigtable
+ chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
+ ${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-bigtable
115
fi
116
117
echo "exiting with ${RETURN_CODE}"
0 commit comments