Skip to content

Commit cb5a1ca

Browse files
committed
do not update .kokoro templates for now
1 parent 755c0de commit cb5a1ca

File tree

1 file changed

+3
-1
lines changed
  • hermetic_build/library_generation

1 file changed

+3
-1
lines changed

hermetic_build/library_generation/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"owlbot/templates/clirr/*.j2",
2626
"owlbot/templates/poms/*.j2",
2727
"owlbot/templates/java_library/.github/**/*",
28-
"owlbot/templates/java_library/.kokoro/**/*",
28+
# TODO: uncomment this line after https://github.com/googleapis/sdk-platform-java/pull/3723
29+
# has been merged.
30+
#"owlbot/templates/java_library/.kokoro/**/*",
2931
"owlbot/templates/java_library/**/*",
3032
],
3133
"synthtool": ["owlbot/synthtool/**/*"],

0 commit comments

Comments
 (0)