From c4ee59ed77a2e60147f8b35ad4b50685890d80dd Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 3 Dec 2019 19:07:04 +0100 Subject: [PATCH] Add CI --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..3ca733b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +--- +kind: pipeline +type: exec +name: default + +steps: +- name: greeting + commands: + - echo "hello world" +