diff options
Diffstat (limited to 'ci/cleanvm.sh')
-rwxr-xr-x | ci/cleanvm.sh | 2 |
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 |