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

3f78914
commit 3f78914
Author: Benjamin E. Coe <bencoe@google.com>
Date:   Tue Mar 31 18:35:04 2020 -0700

    build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#665)
  • Loading branch information
yoshi-automation committed Apr 1, 2020
1 parent 1f88335 commit 7df700f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-01T11:26:06.312285Z",
"updateTime": "2020-04-01T11:26:57.414131Z",
"sources": [
{
"git": {
Expand Down
3 changes: 3 additions & 0 deletions synth.py
Expand Up @@ -4,6 +4,9 @@
import subprocess

logging.basicConfig(level=logging.DEBUG)

AUTOSYNTH_MULTIPLE_COMMITS = True

common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(source_location='build/src')
s.copy(templates)
Expand Down

0 comments on commit 7df700f

Please sign in to comment.