From 40ecfaebdeaf1e4c97994b8ed3cce468b3f3c066 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 26 Apr 2024 16:56:34 +0100 Subject: [PATCH] Temporary workaround for ACM installation failure ACM installation failing with bad image names. This fixes that. Issue-ID: NONRTRIC-981 Change-Id: I66a6bb61fad65b78de95a922fd429b2ba4217278 Signed-off-by: aravind.est --- scripts/install/install-acm.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install/install-acm.sh b/scripts/install/install-acm.sh index 491c1de..e4cac49 100755 --- a/scripts/install/install-acm.sh +++ b/scripts/install/install-acm.sh @@ -52,6 +52,9 @@ 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