Skip to content

Commit 323202b

Browse files
build: migrate to flakybot (#175)
1 parent 265df62 commit 323202b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-workflows/.kokoro/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ bash .kokoro/coerce_logs.sh
110110

111111
if [[ "${ENABLE_BUILD_COP}" == "true" ]]
112112
then
113-
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/buildcop
114-
${KOKORO_GFILE_DIR}/linux_amd64/buildcop -repo=googleapis/java-workflows
113+
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
114+
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-workflows
115115
fi
116116

117117
echo "exiting with ${RETURN_CODE}"

0 commit comments

Comments
 (0)