Remove syntax check build

Role has no playbook
This commit is contained in:
Sonny Bakker 2020-11-24 11:19:53 +01:00
parent ce76c3ed9f
commit e0390d14e4

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