fix ppa path juju/dev --> juju/devel
[joid.git] / ci / cleanvm.sh
index d4f1f3b..3756c40 100755 (executable)
@@ -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)