From 005a9e993bae87c53396aada1fdd027243cda515 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Tue, 24 Nov 2020 10:45:31 +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