X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fundeploy-ric-aux;h=fe573f64c714d8b982394c4d87ab4cb74f59b5bf;hb=refs%2Fchanges%2F50%2F6450%2F3;hp=735dfbf169d98b7c361347519ff728d793ffb74d;hpb=bb6097c9e2fa2918028892b2c5e675841029bee9;p=it%2Fdep.git diff --git a/bin/undeploy-ric-aux b/bin/undeploy-ric-aux index 735dfbf1..fe573f64 100755 --- a/bin/undeploy-ric-aux +++ b/bin/undeploy-ric-aux @@ -20,18 +20,4 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" - -source $ROOT_DIR/../etc/ric.conf - -export RICAUX_RELEASE_NAME=$helm_release_name - -export RICAUX_NAMESPACE=$aux_namespace - - -for component in $ROOT_DIR/../ric-aux/*/; do - # Will print */ if no directories are available - . $component/bin/uninstall - -done - - +$ROOT_DIR/../ric-aux/bin/uninstall