You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generation/check_existing_release_versions.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ for pom_file in $(find . -maxdepth 3 -name pom.xml|sort --dictionary-order); do
47
47
# Exclude java-vertexai because it has been archived and replaced with a dummy POM.
48
48
# We do not plan to release any new versions for it, so we don't want to check if its
49
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" ]];then
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
0 commit comments