gitlab-ci: stage lint entfernt
This commit is contained in:
parent
b72e4eafb4
commit
95f260a24c
1 changed files with 0 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue