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

Resolve "ci: fix yaml-lint fail"

Merged Christophe Chaudier requested to merge 44-ci-fix-yaml-lint-fail into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -38,7 +38,7 @@ ansible-syntax-check:
yaml-lint:
image:
name: cytopia/yamllint:1.26
entrypoint: ["/bin/ash", "-c"]
entrypoint: ["/bin/bash", "-c"]
stage: lint
before_script:
- yamllint --version
Loading