Update Terraform/Vagrant + increase tf_ovh retries (#7477)

This commit is contained in:
Florian Ruynat
2021-04-12 18:47:39 +02:00
committed by GitHub
parent f8e4650791
commit 42382e2cde
6 changed files with 22 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ vagrant-validate:
stage: unit-tests
tags: [light]
variables:
VAGRANT_VERSION: 2.2.14
VAGRANT_VERSION: 2.2.15
script:
- ./tests/scripts/vagrant-validate.sh
except: ['triggers', 'master']