From 84ada1dcf327874f148c97c55d7f4e3876e7a62c Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Mon, 6 Feb 2017 07:52:10 +0000 Subject: fix ppa path juju/dev --> juju/devel also deleting "set -e" from cleanvm.sh Change-Id: I0404abf63e158d93d5193a4c74bd4075ffed6efc Signed-off-by: Ryota MIBU --- ci/cleanvm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/cleanvm.sh') diff --git a/ci/cleanvm.sh b/ci/cleanvm.sh index d4f1f3bd..3756c406 100755 --- a/ci/cleanvm.sh +++ b/ci/cleanvm.sh @@ -1,12 +1,12 @@ #!/bin/bash -set -ex +set -x echo " Cleanup Started ..." #use the below commands if you needs to delete the virtual machine # also along with envuronment destroy. -./clean.sh || true +./clean.sh vm_list=$(sudo virsh list --all) -- cgit 1.2.3-korg