commit 885c29f447d96c7d858e8ca9ffabc3f6cf83f187 Author: Kenneth Allen Date: Thu Feb 15 19:11:03 2024 +1100 Add test pipeline diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..c960e7c --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,9 @@ +name: drone-test +kind: pipeline +type: docker + +steps: +- name: test + image: alpine + commands: + - echo "It worked!"