Skip to content
Snippets Groups Projects
Commit ad56d635 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Add CI lint step

parent f70e8591
No related branches found
No related tags found
No related merge requests found
Pipeline #6012 failed
---
image: quay.io/ansible/molecule:latest
sevices:
- docker:dind
variables:
GIT_DEPTH: "1"
PIP_CACHE_DIR: "$CI_PROJECT_DIR/pip-cache"
cache:
paths:
- "$CI_PROJECT_DIR/pip-cache"
key: "$CI_PROJECT_ID"
molecule-lint:
stage: test
script:
- molecule lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment