fix: Validate bazel analysis phase for the whole workspace on each presubmit of individual packages.

PiperOrigin-RevId: 378748516
pull/661/head
Google APIs 4 years ago committed by Copybara-Service
parent 08c4eeb531
commit 4f71079f9b
  1. 2
      google/cloud/gaming/v1/BUILD.bazel

@ -238,10 +238,10 @@ load(
nodejs_gapic_library(
name = "gaming_nodejs_gapic",
package_name = "@google-cloud/game-servers",
src = ":gaming_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "gaming_grpc_service_config.json",
package_name = "@google-cloud/game-servers",
package = "google.cloud.gaming.v1",
service_yaml = "gameservices_v1.yaml",
deps = [],

Loading…
Cancel
Save