Skip to content

Commit

Permalink
Merge branch 'main' into begin_on_non_retryable_error
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi authored Oct 22, 2024
2 parents 65acc23 + 4a19470 commit d48d83b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .kokoro/samples-test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

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

node.postprocess_gapic_library_hermetic()

Expand Down

0 comments on commit d48d83b

Please sign in to comment.