Skip to content

Commit 56550bb

Browse files
committed
exempt core generated libraries' owlbot.py files
1 parent cef13bd commit 56550bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generation/update_owlbot_postprocessor_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -e
88

9-
for dir in $(find . -mindepth 2 -maxdepth 2 -name owlbot.py | sort | xargs dirname ); do
9+
for dir in $(find . -mindepth 2 -maxdepth 2 -name owlbot.py | grep -v 'java-common-protos/' | grep -v 'java-iam/' | grep -v 'java-showcase/' | sort | xargs dirname ); do
1010
pushd "$dir"
1111

1212
# form a perl command to replace java.common_templates() invocation

0 commit comments

Comments
 (0)