summaryrefslogtreecommitdiffstats
path: root/ci/cleanvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/cleanvm.sh')
-rwxr-xr-xci/cleanvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cleanvm.sh b/ci/cleanvm.sh
index b9bf370e..c9acc90b 100755
--- a/ci/cleanvm.sh
+++ b/ci/cleanvm.sh
@@ -6,7 +6,7 @@ set -ex
# also along with envuronment destroy.
echo " Cleanup Started ..."
-./clean.sh
+./clean.sh || true
sudo virsh destroy node1-control || true
sudo virsh destroy node3-control || true