diff options
Diffstat (limited to 'ci/cleanvm.sh')
-rwxr-xr-x | ci/cleanvm.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/cleanvm.sh b/ci/cleanvm.sh index a2609bd8..8d6fe88d 100755 --- a/ci/cleanvm.sh +++ b/ci/cleanvm.sh @@ -6,10 +6,6 @@ source tools.sh echo_info "Cleanup Started..." -#use the below commands if you needs to delete the virtual machine -# also along with environment destroy. -./clean.sh - vm_list=$(sudo virsh list --all) for vm in node1-control node2-compute node3-control node4-control \ |