mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add missing runner tags and triggers for ymllint
This commit is contained in:
parent
fc0adcd3cb
commit
f5ace96fe6
@ -10,6 +10,12 @@ variables:
|
|||||||
yamllint:
|
yamllint:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: registry.gitlab.com/pipeline-components/yamllint:latest
|
image: registry.gitlab.com/pipeline-components/yamllint:latest
|
||||||
|
tags:
|
||||||
|
- 'docker'
|
||||||
|
rules:
|
||||||
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
|
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
|
||||||
|
when: never
|
||||||
script:
|
script:
|
||||||
- yamllint .
|
- yamllint .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user