From be937b8bc29d49178890f6aeceb3ed2c65212e21 Mon Sep 17 00:00:00 2001 From: Steve Groeger Date: Thu, 12 Sep 2019 14:47:32 +0100 Subject: [PATCH] Fix issue with mismatching repo names Signed-off-by: Steve Groeger --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index d80d4b608..0106bfee5 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -119,7 +119,7 @@ do then index_url=file://$x y=$(basename $x) - if appsody repo list | grep -q -e "^\*\?${y%.*}" + if appsody repo list | awk '{print $1}' | grep -e "${y%.*}$" then echo "Repo ${y%.*} exists" else