From 61db2b52bc7a854476b8c1650c1a6daf172a1ccd Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 26 Oct 2022 11:25:45 +0200 Subject: [PATCH] Add .drone.yml --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100755 index 0000000..0d2da04 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ + +kind: pipeline +type: docker +name: "test" +steps: + - name: test + image: bash + commands: + - echo 'Run tests'