Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits #487

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
s.copy(library, excludes=['README.md', 'package.json', 'src/index.ts'])

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, excludes=[])
Expand Down