Fixing helm repo add missing second argument bug 42/97742/2
authorTomáš Levora <t.levora@partner.samsung.com>
Wed, 30 Oct 2019 14:01:21 +0000 (15:01 +0100)
committerTomáš Levora <t.levora@partner.samsung.com>
Wed, 30 Oct 2019 14:06:36 +0000 (15:06 +0100)
Fixing bug in creating new helm repository when the HELM_REPO was passed
as one argument instead of two

Issue-ID: OOM-2159

Change-Id: Id8aabad7d8e59aa4fb2eef01cfff28e3b7ab1259
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
build/creating_data/docker-images-collector.sh

index 6761c32..9a5baea 100755 (executable)
@@ -101,7 +101,7 @@ fi
 
 # Create helm repository
 if ! helm repo list 2>&1 | awk '{ print $1, $2 }' | grep -q "$HELM_REPO" > /dev/null; then
-    helm repo add "$HELM_REPO"
+    helm repo add $HELM_REPO
 fi
 
 # Make all