Skip to content

Commit 6007e26

Browse files
authored
chore: add owlbot ignores so it stops removing universe domain vars (#2543)
1 parent 53db6ba commit 6007e26

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

owlbot.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@
2121

2222
common_templates = gcp.CommonTemplates()
2323
templates = common_templates.node_library(source_location='build/src')
24-
s.copy(templates, excludes=['.jsdoc.js', '.github/release-please.yml', '.github/sync-repo-settings.yaml', '.prettierrc.js', '.mocharc.js'])
24+
s.copy(templates, excludes=['.jsdoc.js',
25+
'.github/release-please.yml',
26+
'.github/sync-repo-settings.yaml',
27+
'.prettierrc.js',
28+
'.mocharc.js',
29+
'.kokoro/continuous/node14/system-test.cfg',
30+
'.kokoro/presubmit/node14/system-test.cfg',
31+
'.kokoro/release/publish.cfg',
32+
'.kokoro/system-test.sh'
33+
])
2534

2635
# Create .config directory under $HOME to get around permissions issues
2736
# with resumable upload.

0 commit comments

Comments
 (0)