Correct path issue in redeploy-module script 89/86489/1
authorYang Xu <yang.xu3@huawei.com>
Mon, 29 Apr 2019 04:56:07 +0000 (00:56 -0400)
committerYang Xu <yang.xu3@huawei.com>
Mon, 29 Apr 2019 04:56:16 +0000 (00:56 -0400)
Change-Id: I024f88958d4844829fb6d5ae5744cc72fc65e93f
Issue-ID: INT-1051
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
deployment/heat/onap-rke/scripts/redeploy-module.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ab52831..96a07f8
@@ -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