From fab17af07a14663b6b4f5f8ab480232463c4d9d4 Mon Sep 17 00:00:00 2001 From: kleph Date: Sat, 15 Feb 2020 16:11:36 +0100 Subject: [PATCH] [CI] refacto CI --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1a7638a..ee87d91 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: