Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: Migrate python-recommender synth.py from artman to bazel (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
vam-google and busunkim96 committed Apr 28, 2020
1 parent 51ffb49 commit 754b329
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion synth.py
Expand Up @@ -28,7 +28,11 @@
# Generate Cloud Recommender
# ----------------------------------------------------------------------------
for version in versions:
library = gapic.py_library("recommender", version)
library = gapic.py_library(
service="recommender",
version=version,
bazel_target=f"//google/cloud/recommender/{version}:recommender-{version}-py",
)
s.move(library, excludes=["nox.py", "docs/index.rst", "README.rst", "setup.py"])

# Fix docstring with regex pattern that breaks docgen
Expand Down

0 comments on commit 754b329

Please sign in to comment.