Remove syntax check build

Role has no playbook
This commit is contained in:
Sonny Bakker 2020-11-24 10:45:31 +01:00
parent 5dd57118b3
commit 005a9e993b

View file

@ -31,11 +31,3 @@ pretty-lint:
refs:
- development
- merge_requests
syntax-test:
stage: test
image: python:3.7
before_script:
- pip install ansible ansible-lint --quiet
script:
- ansible-playbook playbook.yml --syntax-check