aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-rke/scripts
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2019-04-29 00:56:07 -0400
committerYang Xu <yang.xu3@huawei.com>2019-04-29 00:56:16 -0400
commit85b3909029524647745ddd9128a398dfc44a52b3 (patch)
tree21418deb73e31f42d79b243bf5007e630846943b /deployment/heat/onap-rke/scripts
parentc52ed6e001b09f6e21f0e76cf173eda03fbf1f0e (diff)
Correct path issue in redeploy-module script
Change-Id: I024f88958d4844829fb6d5ae5744cc72fc65e93f Issue-ID: INT-1051 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'deployment/heat/onap-rke/scripts')
-rwxr-xr-x[-rw-r--r--]deployment/heat/onap-rke/scripts/redeploy-module.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-rke/scripts/redeploy-module.sh b/deployment/heat/onap-rke/scripts/redeploy-module.sh
index ab528314a..96a07f867 100644..100755
--- a/deployment/heat/onap-rke/scripts/redeploy-module.sh
+++ b/deployment/heat/onap-rke/scripts/redeploy-module.sh
@@ -18,7 +18,7 @@ module=$1
deploy=dev-$1
cd /root/oom/kubernetes
helm delete $deploy --purge
-/root/integration/deployment/heat/onap-oom/scripts/cleanup.sh $module
+/root/integration/deployment/heat/onap-rke/scripts/cleanup.sh $module
rm -rf /dockerdata-nfs/$deploy
make $module
make onap