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 f78f6efe authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

fix: no bash in cytopia/yamllint

parent 5f97a5ed
No related branches found
No related tags found
1 merge request!26Resolve "ci: fix yaml-lint fail"
Pipeline #5503 passed with warnings
This commit is part of merge request !26. Comments created here will be created in the context of that merge request.
......@@ -38,7 +38,7 @@ ansible-syntax-check:
yaml-lint:
image:
name: cytopia/yamllint:1.26
entrypoint: ["/bin/bash", "-c"]
entrypoint: ["/bin/sh", "-c"]
stage: lint
before_script:
- 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