diff --git a/synth.py b/synth.py index 8d6f1102..18558b19 100644 --- a/synth.py +++ b/synth.py @@ -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)