Merge "Temporary workaround for ACM installation failure"
authorJohn Keeney <john.keeney@est.tech>
Mon, 29 Apr 2024 13:29:45 +0000 (13:29 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 29 Apr 2024 13:29:45 +0000 (13:29 +0000)
scripts/install/install-acm.sh

index 491c1de..e4cac49 100755 (executable)
@@ -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"