File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 -- \
You can’t perform that action at this time.
0 commit comments