From dc285609b6deaad884efc8c37d0edee2c41027f9 Mon Sep 17 00:00:00 2001 From: Christoph Fritsch Date: Sat, 1 Apr 2023 14:45:05 +0200 Subject: [PATCH] test 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..280af58 --- /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"