From: aravind.est Date: Fri, 10 May 2024 12:00:56 +0000 (+0100) Subject: Revert temporary workaround for ACM installation X-Git-Tag: 0.1.0~9 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F12900%2F2;p=nonrtric%2Fplt%2Frappmanager.git Revert temporary workaround for ACM installation Latest ACM installation works and the workaround to use older version removed. Issue-ID: NONRTRIC-990 Change-Id: I396e9997a399710ddf1243a9bbc44ab9d9017b30 Signed-off-by: aravind.est --- diff --git a/scripts/install/install-acm.sh b/scripts/install/install-acm.sh index e4cac49..491c1de 100755 --- a/scripts/install/install-acm.sh +++ b/scripts/install/install-acm.sh @@ -52,9 +52,6 @@ function wait_for_pods_to_be_running() { } git clone "https://gerrit.onap.org/r/policy/docker" -pushd docker -git fetch https://gerrit.onap.org/r/policy/docker refs/changes/46/137546/1 && git checkout FETCH_HEAD -popd CWD=$(pwd) export WORKSPACE="$CWD/docker"