commit 3f3a8bd426e307e02950350e6e46af69889051b2 Author: kjuulh Date: Wed Oct 26 11:30:38 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'