From d3da92c4e4762fdfb867f6c7dfb2036dfed297f8 Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 20 Sep 2021 18:47:22 +0200 Subject: [PATCH] add drone ci pipeline config --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..81e96d0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: test + image: python:3.8-alpine + pull: if-not-exists + commands: + - ./prnt.sc_link_generator.py \ No newline at end of file