Skip to content
Snippets Groups Projects
Verified Commit 9b93985e authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

[CI] Be nice please

parent 23d29500
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,12 @@ yamllint: ...@@ -9,10 +9,12 @@ yamllint:
script: script:
- pip install yamllint==1.15.0 - pip install yamllint==1.15.0
- yamllint -c .yamllint.yml . - yamllint -c .yamllint.yml .
allow_failure: true
ansible-lint: ansible-lint:
stage: lint stage: lint
script: script:
- pip install ansible-lint - pip install ansible-lint
- ansible-lint *.yml - ansible-lint *.yml
allow_failure: true
... ...
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