From 95f260a24c6267bde830a27979f3437136e92eda Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 20 Feb 2021 22:12:32 +0100 Subject: [PATCH] gitlab-ci: stage lint entfernt --- .gitlab-ci.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cacf4423..16ab888e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,36 +1,9 @@ stages: - - lint - ping-test - deploy-test - ping-prod - deploy-prod -ansible-lint: - image: quotengrote/gitlab-ci-ansible:latest - stage: lint - before_script: - - chmod 0755 /builds/mg/ansible - script: - - ansible-lint . - interruptible: true - allow_failure: true - rules: - - if: $CI_MERGE_REQUEST_ID - tags: - - ansible - -markdown-lint: - stage: lint - image: pipelinecomponents/markdownlint:latest - script: - - mdl --style all --warnings --rules ~MD022,~MD013 . - interruptible: true - allow_failure: true - rules: - - if: $CI_MERGE_REQUEST_ID - tags: - - ansible - ping-test: image: quotengrote/gitlab-ci-ansible:latest stage: ping-test