1
0
Fork 0

fix: typo

This commit is contained in:
Christophe Chaudier 2022-05-19 17:47:37 +00:00
parent 7ce5c4ff82
commit 97622c012c

View file

@ -38,7 +38,7 @@ ansible-syntax-check:
yaml-lint: yaml-lint:
image: image:
name: cytopia/yamllint:1.26 name: cytopia/yamllint:1.26
entrypoint: ["/bin/ash", "-c"] entrypoint: ["/bin/sh", "-c"]
stage: lint stage: lint
before_script: before_script:
- yamllint --version - yamllint --version