yamllint fixed

This commit is contained in:
Vivian 2022-05-29 17:17:04 +02:00
parent 572dbb6037
commit 253e9a0e07

View file

@ -2,7 +2,7 @@ kind: pipeline
type: kubernetes type: kubernetes
name: default name: default
steps: steps:
- name: kubeval - name: yamllint
image: registry.gitlab.com/pipeline-components/yamllint image: registry.gitlab.com/pipeline-components/yamllint
commands: commands:
- yamllint -c .yamllint.taml . - yamllint -c .yamllint.yaml .