From e0390d14e461e7b2c29debfb26454f55311691bd Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Tue, 24 Nov 2020 11:19:53 +0100 Subject: [PATCH] Remove syntax check build Role has no playbook --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4dfde9..a629be7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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