Skip to content

Commit da929d6

Browse files
committed
remove post processing for release.cfg which no longer exists in templates
1 parent bae353c commit da929d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# --------------------------------------------------------------------------
8080

8181
# add shared environment variables to test configs
82-
tracked_subdirs = ["continuous", "presubmit", "release", "samples", "docs"]
82+
tracked_subdirs = ["continuous", "presubmit", "samples", "docs"]
8383
for subdir in tracked_subdirs:
8484
for path, subdirs, files in os.walk(f".kokoro/{subdir}"):
8585
for name in files:

0 commit comments

Comments
 (0)