Use master branch for acm installation 71/11671/1
authoraravind.est <aravindhan.a@est.tech>
Fri, 25 Aug 2023 14:32:59 +0000 (15:32 +0100)
committerAravindhan Ayyanathan <aravindhan.a@est.tech>
Fri, 25 Aug 2023 15:00:00 +0000 (15:00 +0000)
master branch used for the ACM installation.

Issue-ID: NONRTRIC-910
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: Ieec68e5b59270067c4472f7011b96fb482fed462

scripts/install/install-acm.sh

index 76362e0..d08b86f 100755 (executable)
@@ -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"