Remove syntax check build
Role has no playbook
This commit is contained in:
parent
5dd57118b3
commit
005a9e993b
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue