[CI] refacto CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-02-15 16:11:36 +01:00
parent d013eb694b
commit fab17af07a

View file

@ -1,5 +1,5 @@
kind: pipeline kind: pipeline
name: lint and build name: lint
steps: steps:
- name: pylint - name: pylint
@ -25,6 +25,11 @@ steps:
commands: commands:
- mdl --style all --warnings . - mdl --style all --warnings .
---
kind: pipeline
name: build
steps:
- name: build image - name: build image
image: docker:stable image: docker:stable
environment: environment: