Skip to content

Commit 4bc729c

Browse files
committed
chore(java-storage): add to exclusions in generation/check_non_release_please_versions.sh
1 parent 396d544 commit 4bc729c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generation/check_non_release_please_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
1414
[[ "${pomFile}" =~ .*java-bigquery.* ]] || \
1515
[[ "${pomFile}" =~ .*sdk-platform-java.* ]] || \
1616
[[ "${pomFile}" =~ .*java-spanner.* ]] || \
17+
[[ "${pomFile}" =~ .*java-storage.* ]] || \
1718
[[ "${pomFile}" =~ .*.github*. ]]; then
1819
continue
1920
fi

0 commit comments

Comments
 (0)