Skip to content

Commit

Permalink
samples: update synth.py to exclude samples.yaml (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf authored Feb 25, 2021
1 parent e304bac commit aec7b12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,4 +522,6 @@
java.format_code(f'grpc-google-cloud-{service}-{version}/src')
java.format_code(f'proto-google-cloud-{service}-{version}/src')

java.common_templates()
java.common_templates(excludes=[
".github/workflows/samples.yaml",
])

0 comments on commit aec7b12

Please sign in to comment.