Skip to content

Commit

Permalink
More directory changes
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jun 30, 2024
1 parent 827f847 commit 2ab55fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ci/cloudbuild/builds/generate-libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ io::log_h2 "Running the generator to update the golden files"
bazel run --action_env=GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes \
//generator:google-cloud-cpp-codegen -- \
--protobuf_proto_path="${bazel_output_base}/external/protobuf~/src" \
--googleapis_proto_path="${bazel_output_base}/external/com_google_googleapis" \
--googleapis_proto_path="${bazel_output_base}/external/googleapis~/src" \
--golden_proto_path="${PWD}" \
--output_path="${PWD}" \
--update_ci=false \
Expand All @@ -39,7 +39,7 @@ if [ -z "${GENERATE_GOLDEN_ONLY}" ]; then
bazel run --action_env=GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes \
//generator:google-cloud-cpp-codegen -- \
--protobuf_proto_path="${bazel_output_base}"/external/protobuf~/src \
--googleapis_proto_path="${bazel_output_base}"/external/com_google_googleapis \
--googleapis_proto_path="${bazel_output_base}"/external/googleapis~/src \
--discovery_proto_path="${PWD}/protos" \
--output_path="${PROJECT_ROOT}/protos" \
--export_output_path="${PROJECT_ROOT}" \
Expand Down Expand Up @@ -72,7 +72,7 @@ if [ -z "${GENERATE_GOLDEN_ONLY}" ]; then
bazel run --action_env=GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes \
//generator:google-cloud-cpp-codegen -- \
--protobuf_proto_path="${bazel_output_base}"/external/protobuf~/src \
--googleapis_proto_path="${bazel_output_base}"/external/com_google_googleapis \
--googleapis_proto_path="${bazel_output_base}"/external/googleapis~/src \
--discovery_proto_path="${PWD}/protos" \
--output_path="${PROJECT_ROOT}" \
--check_comment_substitutions=true \
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/builds/lib/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function integration::bazel_with_emulators() {
bazel run --action_env=GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes \
//generator:google-cloud-cpp-codegen -- \
--protobuf_proto_path="${bazel_output_base}/external/protobuf~/src" \
--googleapis_proto_path="${bazel_output_base}/external/com_google_googleapis" \
--googleapis_proto_path="${bazel_output_base}/external/googleapis~/src" \
--golden_proto_path="${PWD}" \
--output_path="${PWD}" \
--update_ci=false \
Expand Down

0 comments on commit 2ab55fc

Please sign in to comment.