We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef13bd commit 56550bbCopy full SHA for 56550bb
1 file changed
generation/update_owlbot_postprocessor_config.sh
@@ -6,7 +6,7 @@
6
7
set -e
8
9
-for dir in $(find . -mindepth 2 -maxdepth 2 -name owlbot.py | sort | xargs dirname ); do
+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
10
pushd "$dir"
11
12
# form a perl command to replace java.common_templates() invocation
0 commit comments