We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacc24f commit 09fd7ebCopy full SHA for 09fd7eb
ci/cloudbuild/builds/generate-libraries.sh
@@ -22,6 +22,8 @@ source module ci/cloudbuild/builds/lib/git.sh
22
23
bazel_output_base="$(bazel info output_base)"
24
25
+io::run find "${bazel_output_base}" -name "api-index-v1.json"
26
+
27
if [ -z "${UPDATED_DISCOVERY_DOCUMENT}" ]; then
28
io::log_h2 "Removing previously generated golden files"
29
git grep -l "Generated by the Codegen C++ plugin" generator/integration_tests/golden | xargs rm
0 commit comments