Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit bed20025 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '44-ci-fix-yaml-lint-fail' into 'main'

Resolve "ci: fix yaml-lint fail"

Closes #44

See merge request !26
parents 7ce5c4ff 97622c01
No related branches found
No related tags found
1 merge request!26Resolve "ci: fix yaml-lint fail"
Pipeline #5504 passed with warnings
...@@ -38,7 +38,7 @@ ansible-syntax-check: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment