Skip to content

Commit 549ab9e

Browse files
authored
Update check_non_release_please_versions.sh
1 parent 0facf04 commit 549ab9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generation/check_non_release_please_versions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
1212
[[ "${pomFile}" =~ .*java-datastore.* ]] || \
1313
[[ "${pomFile}" =~ .*java-logging-logback.* ]] || \
1414
[[ "${pomFile}" =~ .*java-bigquery.* ]] || \
15+
[[ "${pomFile}" =~ .*java-vertexai.* ]] || \
1516
[[ "${pomFile}" =~ .*.github*. ]]; then
1617
continue
1718
fi
@@ -39,4 +40,4 @@ echo "FOUND $violations VIOLATIONS!"
3940

4041
if [[ $violations -gt 0 ]]; then
4142
exit 1
42-
fi
43+
fi

0 commit comments

Comments
 (0)