From d163faedcd699dc64e056f3ca59f1d800f58bb52 Mon Sep 17 00:00:00 2001 From: parra Date: Fri, 16 Sep 2022 15:31:06 +0200 Subject: [PATCH] Added build pipeline --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0cfa69e..bec0427 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,19 @@ kind: pipeline +name: build + +steps: +- name: Build + image: python:3 + commands: + - pip install -r requirements.txt +# - pytest + +trigger: + event: + - push + +--- +kind: pipeline type: docker name: Create release from tag steps: