From 3cb6b769dfecd84c14b0a464879ba943d87cfc9c Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Mon, 6 Dec 2021 21:11:04 +0200 Subject: [PATCH 1/2] Added CI/CD integration --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..262a1cc --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipelinetype: exec +name: default +platform: + os: linux + arch: amd64 +steps: +- name: test + commands: + - pytest \ No newline at end of file From 0e8e78de0876e4135c1a38466d58892b7865b63a Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Mon, 6 Dec 2021 21:12:30 +0200 Subject: [PATCH 2/2] Fixed identation --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 262a1cc..6ab4b9f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,11 @@ -kind: pipelinetype: exec +kind: pipeline +type: exec name: default + platform: os: linux arch: amd64 + steps: - name: test commands: