This commit is contained in:
parent
d013eb694b
commit
fab17af07a
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
kind: pipeline
|
||||
name: lint and build
|
||||
name: lint
|
||||
|
||||
steps:
|
||||
- name: pylint
|
||||
|
@ -25,6 +25,11 @@ steps:
|
|||
commands:
|
||||
- mdl --style all --warnings .
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: build image
|
||||
image: docker:stable
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue