From 44794c75ea5961f6cae66a023093e86b9a00ec38 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 25 Aug 2023 15:32:59 +0100 Subject: [PATCH] Use master branch for acm installation master branch used for the ACM installation. Issue-ID: NONRTRIC-910 Signed-off-by: aravind.est Change-Id: Ieec68e5b59270067c4472f7011b96fb482fed462 --- scripts/install/install-acm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/install-acm.sh b/scripts/install/install-acm.sh index 76362e0..d08b86f 100755 --- a/scripts/install/install-acm.sh +++ b/scripts/install/install-acm.sh @@ -29,7 +29,7 @@ K8S_CONFIGURATION_FILE="docker/helm/policy/components/policy-clamp-ac-k8s-ppnt/v IP_ADDRESS=$(hostname -I | awk '{print $1}') echo "IP Address : $IP_ADDRESS" -git clone -b london "https://gerrit.onap.org/r/policy/docker" +git clone "https://gerrit.onap.org/r/policy/docker" CWD=$(pwd) export WORKSPACE="$CWD/docker" -- 2.16.6