Code Review
/
nonrtric
/
plt
/
rappmanager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
796c58a
)
Revert temporary workaround for ACM installation
00/12900/2
author
aravind.est
<aravindhan.a@est.tech>
Fri, 10 May 2024 12:00:56 +0000
(13:00 +0100)
committer
aravind.est
<aravindhan.a@est.tech>
Fri, 10 May 2024 12:04:10 +0000
(13:04 +0100)
Latest ACM installation works and the workaround to use older version removed.
Issue-ID: NONRTRIC-990
Change-Id: I396e9997a399710ddf1243a9bbc44ab9d9017b30
Signed-off-by: aravind.est <aravindhan.a@est.tech>
scripts/install/install-acm.sh
patch
|
blob
|
history
diff --git
a/scripts/install/install-acm.sh
b/scripts/install/install-acm.sh
index
e4cac49
..
491c1de
100755
(executable)
--- 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"