diff --git a/synth.py b/synth.py index 610a147c02..bf640453ff 100644 --- a/synth.py +++ b/synth.py @@ -19,7 +19,13 @@ logging.basicConfig(level=logging.DEBUG) +AUTOSYNTH_MULTIPLE_COMMITS = True + + logging.basicConfig(level=logging.DEBUG) + +AUTOSYNTH_MULTIPLE_COMMITS = True + common_templates = gcp.CommonTemplates() templates = common_templates.node_library() s.copy(templates, excludes=[".github/CONTRIBUTING.md", "README.md"])