There was an error while loading. Please reload this page.
1 parent 3950a88 commit 0b30a9eCopy full SHA for 0b30a9e
1 file changed
generation/check_existing_release_versions.sh
@@ -47,7 +47,7 @@ for pom_file in $(find . -maxdepth 3 -name pom.xml|sort --dictionary-order); do
47
# Exclude java-vertexai because it has been archived and replaced with a dummy POM.
48
# We do not plan to release any new versions for it, so we don't want to check if its
49
# version (which already exists) is a duplicate.
50
- if [[ "${pom_file}" == *samples* || "${pom_file}" == *showcase* || "${pom_file}" == *coverage-report* || "${pom_file}" == *sdk-platform-java/pom.xml || "${pom_file}" == *java-vertexai* || "${pom_file}" == *storage-shared-benchmarking* || "${pom_file}" == *java-bigtable/test-proxy* || ( "${pom_file}" == */java-shared-config/pom.xml && "${pom_file}" != */java-shared-config/java-shared-config/pom.xml ) ]]; then
+ if [[ "${pom_file}" == *samples* || "${pom_file}" == *showcase* || "${pom_file}" == *coverage-report* || "${pom_file}" == *sdk-platform-java/pom.xml || "${pom_file}" == *java-vertexai* || "${pom_file}" == *storage-shared-benchmarking* || "${pom_file}" == *java-bigtable/test-proxy* || ( "${pom_file}" == */java-shared-config/pom.xml && "${pom_file}" != */java-shared-config/*/pom.xml ) ]]; then
51
continue
52
fi
53
find_existing_version_pom "${pom_file}"
0 commit comments