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

Commit

Permalink
build: migrate to flakybot (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jan 29, 2021
1 parent 1db92ab commit 4a31e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Expand Up @@ -109,8 +109,8 @@ bash .kokoro/coerce_logs.sh

if [[ "${ENABLE_BUILD_COP}" == "true" ]]
then
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/buildcop
${KOKORO_GFILE_DIR}/linux_amd64/buildcop -repo=googleapis/java-automl
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-automl
fi

echo "exiting with ${RETURN_CODE}"
Expand Down

0 comments on commit 4a31e06

Please sign in to comment.