From b8308ce0ee6310a6cc35cd80a3a8b0bf84ab16b1 Mon Sep 17 00:00:00 2001 From: abhijit_onap Date: Fri, 7 Jun 2019 09:32:42 +0000 Subject: [PATCH] Modified execution path Signed-off-by: abhijit_onap Change-Id: Ia18b20879e31342cfef44ffffc53f5a4d437e771 --- scripts/ci_management/cleanup_prom_cadvisor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci_management/cleanup_prom_cadvisor.sh b/scripts/ci_management/cleanup_prom_cadvisor.sh index 223071f..681f6bf 100755 --- a/scripts/ci_management/cleanup_prom_cadvisor.sh +++ b/scripts/ci_management/cleanup_prom_cadvisor.sh @@ -15,7 +15,7 @@ source uninstall_prometheus.sh | tee uninstall_prometheus.log #stop cadvisor statement executed at ELIOT Edge Node -stop_cadvisor_atedge="cd AfterRelease1/eliot/scripts/ci_management && source uninstall_cadvisor.sh" +stop_cadvisor_atedge="cd eliot/scripts/ci_management && source uninstall_cadvisor.sh" # Read all the Worker Node details from nodelist file. while read line do -- 2.16.6