commit 032df418f24b83b66434df859563ca9dfa4ac3b3 Author: Jonas Suhr Christensen Date: Thu Jun 4 17:41:31 2020 +0200 Add drone pipeline 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