Skip to content

Commit

Permalink
build: do not overwrite custom CODEOWNERS file (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKristie authored Jul 31, 2020
1 parent b4bc405 commit e57c61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# Copy common templates
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(source_location='build/src')
s.copy(templates, excludes=['README.md'])
s.copy(templates, excludes=['README.md', '.github/CODEOWNERS'])

0 comments on commit e57c61f

Please sign in to comment.