gitlab-ci: stage lint entfernt

This commit is contained in:
Michael Grote 2021-02-20 22:12:32 +01:00 committed by mg
parent b72e4eafb4
commit 95f260a24c

View file

@ -1,36 +1,9 @@
stages: stages:
- lint
- ping-test - ping-test
- deploy-test - deploy-test
- ping-prod - ping-prod
- deploy-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: ping-test:
image: quotengrote/gitlab-ci-ansible:latest image: quotengrote/gitlab-ci-ansible:latest
stage: ping-test stage: ping-test