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

Commit 50fd182

Browse files
build: migrate to flakybot (#126)
1 parent 55a16b6 commit 50fd182

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
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-functions
113+
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
114+
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-functions
115115
fi
116116

117117
echo "exiting with ${RETURN_CODE}"

0 commit comments

Comments
 (0)