From 847681f9db4f9ae59bf5c8090852344cce31ec02 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Tue, 31 Mar 2020 18:00:11 -0700 Subject: [PATCH] build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits --- synth.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synth.py b/synth.py index be345236..0352e7a8 100644 --- a/synth.py +++ b/synth.py @@ -17,6 +17,9 @@ import logging logging.basicConfig(level=logging.DEBUG) + +AUTOSYNTH_MULTIPLE_COMMITS = True + common_templates = gcp.CommonTemplates() templates = common_templates.node_library() s.copy(templates)