Skip to content

Commit

Permalink
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 1, 2020
1 parent 741c58b commit dc16586
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions synth.py
Expand Up @@ -19,7 +19,13 @@

logging.basicConfig(level=logging.DEBUG)

AUTOSYNTH_MULTIPLE_COMMITS = True


logging.basicConfig(level=logging.DEBUG)

AUTOSYNTH_MULTIPLE_COMMITS = True

common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
s.copy(templates, excludes=[".github/CONTRIBUTING.md", "README.md"])

0 comments on commit dc16586

Please sign in to comment.