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 03a8a54 commit 575353f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
import logging

logging.basicConfig(level=logging.DEBUG)

AUTOSYNTH_MULTIPLE_COMMITS = True

common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
s.copy(templates)

0 comments on commit 575353f

Please sign in to comment.