Revert "CI: Rename global-settings to mvn-glob..."
[ci-management.git] / jjb / iec / iec-compass-destroy.sh
index 5f0a072..3c1993d 100755 (executable)
@@ -1,5 +1,11 @@
 #!/bin/bash
-set -e
+
+# Do not exit this script if one of the cleanup steps fails
+set +e
 
 rm -rf compass4nfv
+sudo virsh destroy host1
+sudo virsh destroy host2
+sudo virsh destroy host3
+
 exit 0