Skip to content

Commit c295eac

Browse files
build: migrate to flakybot
Source-Author: Justin Beckwith <[email protected]> Source-Date: Thu Jan 28 22:22:38 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: d1bb9173100f62c0cfc8f3138b62241e7f47ca6a Source-Link: googleapis/synthtool@d1bb917
1 parent 4853884 commit c295eac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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/google-http-java-client
113+
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
114+
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/google-http-java-client
115115
fi
116116

117117
echo "exiting with ${RETURN_CODE}"

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3816b080296d4d52975079fd26c110dd26ba25af"
14+
"sha": "d1bb9173100f62c0cfc8f3138b62241e7f47ca6a"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)