mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Remove inline shell in YAML for vagrant-validate (#5386)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
91b23caa19
commit
9bdf6b00cc
6
tests/scripts/vagrant-validate.sh
Executable file
6
tests/scripts/vagrant-validate.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
curl -sL "https://releases.hashicorp.com/vagrant/2.2.4/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