Skip to content

Commit

Permalink
chore: add owlbot ignores so it stops removing universe domain vars (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 authored Oct 7, 2024
1 parent 53db6ba commit 6007e26
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@

common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(source_location='build/src')
s.copy(templates, excludes=['.jsdoc.js', '.github/release-please.yml', '.github/sync-repo-settings.yaml', '.prettierrc.js', '.mocharc.js'])
s.copy(templates, excludes=['.jsdoc.js',
'.github/release-please.yml',
'.github/sync-repo-settings.yaml',
'.prettierrc.js',
'.mocharc.js',
'.kokoro/continuous/node14/system-test.cfg',
'.kokoro/presubmit/node14/system-test.cfg',
'.kokoro/release/publish.cfg',
'.kokoro/system-test.sh'
])

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

0 comments on commit 6007e26

Please sign in to comment.