Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit 3f78914

Browse files
author
Benjamin E. Coe
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#665)
1 parent 3ea642e commit 3f78914

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

synth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
import subprocess
55

66
logging.basicConfig(level=logging.DEBUG)
7+
8+
AUTOSYNTH_MULTIPLE_COMMITS = True
9+
710
common_templates = gcp.CommonTemplates()
811
templates = common_templates.node_library(source_location='build/src')
912
s.copy(templates)

0 commit comments

Comments
 (0)