|
|
@ -11,10 +11,10 @@ yamllint: |
|
|
|
vagrant-validate: |
|
|
|
extends: .job |
|
|
|
stage: unit-tests |
|
|
|
variables: |
|
|
|
VAGRANT_VERSION: 2.2.4 |
|
|
|
script: |
|
|
|
- curl -sL https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.deb -o /tmp/vagrant_2.2.4_x86_64.deb |
|
|
|
- dpkg -i /tmp/vagrant_2.2.4_x86_64.deb |
|
|
|
- vagrant validate --ignore-provider |
|
|
|
- ./tests/scripts/vagrant-validate.sh |
|
|
|
except: ['triggers', 'master'] |
|
|
|
|
|
|
|
ansible-lint: |
|
|
|