Skip to content

Commit 2f6dc94

Browse files
committed
update integration test script
1 parent cea1f05 commit 2f6dc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/cloudbuild/builds/lib/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ function integration::bazel_with_emulators() {
271271
# As we support both WORKSPACE and MODULE modes for bazel, we need to determine
272272
# the path to these dependencies dynamically.
273273
read -r protobuf_proto_path < <(find "${bazel_output_base}/external" -name "empty.proto" | sed -nE 's/(.+\/src)\/google\/protobuf\/empty.proto/\1/p')
274-
read -r googleapis_proto_path < <(find "${bazel_output_base}/external" -name "api-index-v1.json" | sed -nE 's/(.+)\/api-index-v1.json/\1/p')
274+
read -r googleapis_proto_path < <(find "${bazel_output_base}/external" -name "generator-versions.json" | sed -nE 's/(.+)\/generator-versions.json/\1/p')
275275

276276
bazel run --action_env=GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes \
277277
//generator:google-cloud-cpp-codegen -- \

0 commit comments

Comments
 (0)