From f817c710443ed6e96bae76a93538880ff2e37916 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 6 Apr 2017 11:29:44 -0500 Subject: modified to remove the errors. Change-Id: I9a7dc34d9c40517863505df350c3c2e91156e295 Signed-off-by: Narinder Gupta --- ci/clean.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/clean.sh') diff --git a/ci/clean.sh b/ci/clean.sh index a142ca7f..feecd70a 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -24,6 +24,7 @@ fi if [[ "$jujuver" > "2" ]]; then controllername=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml` cloudname=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml` + juju destroy-controller $controllername --destroy-all-models -y || true juju kill-controller $controllername --timeout 10s -y || true rm -rf precise rm -rf trusty -- cgit 1.2.3-korg