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

Commit

Permalink
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Apr 1, 2020
1 parent cc4cc51 commit 602ad4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

logging.basicConfig(level=logging.DEBUG)

AUTOSYNTH_MULTIPLE_COMMITS = True


# run the gapic generator
gapic = gcp.GAPICMicrogenerator()
versions = ['v1', 'v1beta1']
Expand Down

0 comments on commit 602ad4e

Please sign in to comment.