fix: typo
This commit is contained in:
parent
7ce5c4ff82
commit
97622c012c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ ansible-syntax-check:
|
|||
yaml-lint:
|
||||
image:
|
||||
name: cytopia/yamllint:1.26
|
||||
entrypoint: ["/bin/ash", "-c"]
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
stage: lint
|
||||
before_script:
|
||||
- yamllint --version
|
||||
|
|
Loading…
Reference in a new issue