diff options
author | Yang Xu <yang.xu3@huawei.com> | 2019-04-29 00:56:07 -0400 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2019-04-29 00:56:16 -0400 |
commit | 85b3909029524647745ddd9128a398dfc44a52b3 (patch) | |
tree | 21418deb73e31f42d79b243bf5007e630846943b /deployment | |
parent | c52ed6e001b09f6e21f0e76cf173eda03fbf1f0e (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')
-rwxr-xr-x[-rw-r--r--] | deployment/heat/onap-rke/scripts/redeploy-module.sh | 2 |
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 |