Skip to content

Commit e258e1d

Browse files
authored
Exclude README.md when copying templates
1 parent ab39b14 commit e258e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/datastore/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555

5656
common_templates = gcp.CommonTemplates()
5757
templates = common_templates.node_mono_repo_library(relative_dir="handwritten/datastore", source_location="build/src")
58-
s.copy(templates, destination="handwritten/datastore")
58+
s.copy(templates, destination="handwritten/datastore", excludes=["README.md"])
5959

6060
node.postprocess_gapic_library_hermetic(relative_dir="handwritten/datastore")

0 commit comments

Comments
 (0)