dsk-dev kubespray 이동
This commit is contained in:
6
ansible/kubespray/tests/scripts/vagrant-validate.sh
Executable file
6
ansible/kubespray/tests/scripts/vagrant-validate.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
curl -sL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o "/tmp/vagrant_${VAGRANT_VERSION}_x86_64.deb"
|
||||
dpkg -i "/tmp/vagrant_${VAGRANT_VERSION}_x86_64.deb"
|
||||
vagrant validate --ignore-provider
|
||||
Reference in New Issue
Block a user