From a824806a15a55c2aa4b02a4138dd577dbff0d7a4 Mon Sep 17 00:00:00 2001 From: Urban Modig Date: Mon, 31 Mar 2025 20:49:14 +0200 Subject: [PATCH] drone.yml --- .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..73a56ae --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: testing + image: alpine + commands: + - echo "Hello from Drone"