Use kubespray/kubespray:v2.11.0 for CI (#5363)

This commit is contained in:
Maxime Guyot
2019-12-11 09:10:05 +01:00
committed by Kubernetes Prow Robot
parent f8a18fcaca
commit 6ff5ccc938
5 changed files with 11 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
yamllint:
extends: .job
stage: unit-tests
variables:
LANG: C.UTF-8
script:
- yamllint --strict .
except: ['triggers', 'master']