Skip to content

Commit

Permalink
chore: generate python samples templates in owlbot.py (#73)
Browse files Browse the repository at this point in the history
Generate python samples templates in owlbot.py
  • Loading branch information
busunkim96 authored Aug 18, 2021
1 parent 14e4584 commit f19b203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-access-context-manager/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# ----------------------------------------------------------------------------
common = gcp.CommonTemplates()
templated_files = common.py_library(microgenerator=True)
python.py_samples(skip_readmes=True)
s.move(
templated_files, excludes=[".coveragerc", ".gitignore",],
)
Expand Down

0 comments on commit f19b203

Please sign in to comment.