From: aravind.est Date: Fri, 25 Aug 2023 14:32:59 +0000 (+0100) Subject: Use master branch for acm installation X-Git-Tag: 0.0.1~43 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=44794c75ea5961f6cae66a023093e86b9a00ec38;p=nonrtric%2Fplt%2Frappmanager.git 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 --- 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"