From d4bf242536c41cfb730bb40ec93a43c05bb7ef1f Mon Sep 17 00:00:00 2001 From: Imri Paloja Date: Sat, 15 Oct 2022 21:50:46 +0200 Subject: [PATCH] Added drone file --- .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..a3c2495 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: Test +type: docker + +steps: + - name: say-hello + image: busybox + commands: + - echo Test