From a55ef4a6ffb63a318ebf03206ad1e435cecde2c6 Mon Sep 17 00:00:00 2001 From: Malcolm Roberts Date: Tue, 2 Jan 2024 10:37:02 -0600 Subject: [PATCH] Testing drone build --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9b1be4f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: release + +steps: + -name: greeting + image: alpine + commands: + - echo "hello world" \ No newline at end of file