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
…559)

575353f
commit 575353f
Author: Benjamin E. Coe <bencoe@google.com>
Date:   Tue Mar 31 18:35:28 2020 -0700

    build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#559)
  • Loading branch information
yoshi-automation committed Apr 1, 2020
1 parent 1a0438c commit 1c01efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-01T11:42:04.365958Z",
"updateTime": "2020-04-01T11:42:03.817480Z",
"sources": [
{
"git": {
Expand Down
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 1c01efd

Please sign in to comment.