From c988d7635edf8ee4b03c08aedbd663fa57fc4626 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Tue, 13 Jun 2023 22:54:20 -0500 Subject: [PATCH] [CI] Exclude check for snapshot on apps plugins --- check-versions-for-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check-versions-for-release.sh b/check-versions-for-release.sh index aabf95c2..d4f2452f 100755 --- a/check-versions-for-release.sh +++ b/check-versions-for-release.sh @@ -10,10 +10,10 @@ set +e if [ "$RELEASE_TYPE" = "milestone" ]; then echo "Checking versions for $RELEASE_TYPE release" - lines=$(find . -type f -name pom.xml | xargs grep SNAPSHOT | grep -v ".contains(" | grep -v regex | wc -l) + lines=$(find . -type f -name pom.xml -not -path "./spring-cloud-dataflow-apps-plugin/*" | xargs grep SNAPSHOT | grep -v "SNAPSHOT