Skip to content

Commit

Permalink
build: migrate to flakybot (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jan 29, 2021
1 parent 40b33ce commit b3ae6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-core/.kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,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-core
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-core
fi

echo "exiting with ${RETURN_CODE}"
Expand Down

0 comments on commit b3ae6ee

Please sign in to comment.