This repository was archived by the owner on Sep 16, 2023. It is now read-only.

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ bash .kokoro/coerce_logs.sh
107107

108108
if [[ "${ENABLE_BUILD_COP}" == "true" ]]
109109
then
110-
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/buildcop
111-
${KOKORO_GFILE_DIR}/linux_amd64/buildcop -repo=googleapis/java-tasks
110+
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
111+
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-tasks
112112
fi
113113

114114
echo "exiting with ${RETURN_CODE}"

0 commit comments

Comments
 (0)