mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Add CI for 16x ubuntu servers (#6040)
This commit is contained in:
@@ -3,6 +3,8 @@ set -euxo pipefail
|
||||
|
||||
# Cleanup vagrant VMs to avoid name conflicts
|
||||
|
||||
apt-get install -y libvirt-clients
|
||||
|
||||
for i in $(virsh list --name)
|
||||
do
|
||||
virsh destroy "$i"
|
||||
|
||||
Reference in New Issue
Block a user