commit 4bd4cc9ff4434b0027919fed0c4e7f61e1848c37 Author: kjuulh Date: Wed Oct 26 11:29:21 2022 +0200 Add .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'