Skip to content

Commit 46c86d1

Browse files
changes without context
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent ecfb1fb commit 46c86d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

117117
echo "exiting with ${RETURN_CODE}"

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-api-java-client.git",
7-
"sha": "f864c6c4a7a2b9c11b719486c86d9c7c5f86389a"
7+
"sha": "ecfb1fb5ea2eff9903683130466027b5b96f46cf"
88
}
99
},
1010
{
@@ -84,4 +84,4 @@
8484
"samples/snapshot/pom.xml",
8585
"samples/snippets/pom.xml"
8686
]
87-
}
87+
}

0 commit comments

Comments
 (0)