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

1025965
commit 1025965
Author: Benjamin E. Coe <[email protected]>
Date:   Tue Mar 31 18:37:18 2020 -0700

    build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#201)
  • Loading branch information
yoshi-automation committed Apr 1, 2020
1 parent f016c98 commit 92952f8
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-01T12:19:59.779869Z",
"updateTime": "2020-04-01T12:20:00.368829Z",
"sources": [
{
"git": {
Expand Down
3 changes: 3 additions & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
import synthtool.gcp as gcp
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 92952f8

Please sign in to comment.