Skip to content

Commit d48d83b

Browse files
authored
Merge branch 'main' into begin_on_non_retryable_error
2 parents 65acc23 + 4a19470 commit d48d83b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.kokoro/samples-test.sh

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

owlbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
common_templates = gcp.CommonTemplates()
6666
templates = common_templates.node_library(source_location='build/src')
67-
s.copy(templates)
67+
s.copy(templates, excludes=[".kokoro/samples-test.sh"])
6868

6969
node.postprocess_gapic_library_hermetic()
7070

0 commit comments

Comments
 (0)