Skip to content

Commit

Permalink
fix: excludes modified kokoro / pom.xml files
Browse files Browse the repository at this point in the history
Excludes modified kokoro / pom.xml files from the synth.
  • Loading branch information
thiagotnunes committed Nov 10, 2020
1 parent 28ea812 commit 20fc4b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions synth.py
Expand Up @@ -78,5 +78,14 @@
java.common_templates(excludes=[
'.kokoro/continuous/common.cfg',
'.kokoro/nightly/common.cfg',
'.kokoro/nightly/java8-samples.cfg',
'.kokoro/nightly/java11-samples.cfg',
'.kokoro/nightly/samples.cfg',
'.kokoro/presubmit/common.cfg',
'.kokoro/presubmit/java8-samples.cfg',
'.kokoro/presubmit/java11-samples.cfg',
'.kokoro/presubmit/samples.cfg',
'samples/install-without-bom/pom.xml',
'samples/snapshot/pom.xml',
'samples/snippets/pom.xml',
])

0 comments on commit 20fc4b5

Please sign in to comment.