From 885c29f447d96c7d858e8ca9ffabc3f6cf83f187 Mon Sep 17 00:00:00 2001 From: Kenneth Allen Date: Thu, 15 Feb 2024 19:11:03 +1100 Subject: [PATCH] Add test pipeline --- .drone.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yaml 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!"