From d4c26db7f23d3b7c3c52f639aa462c49ec57e256 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 10 May 2024 13:00:56 +0100 Subject: [PATCH] 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 --- scripts/install/install-acm.sh | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.16.6