From 032df418f24b83b66434df859563ca9dfa4ac3b3 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Thu, 4 Jun 2020 17:41:31 +0200 Subject: [PATCH] Add drone pipeline --- .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..3e080d7 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: hello-world +type: docker + +steps: + - name: say-hello + image: busybox + commands: + - echo hello-world