From 89b95007121c73a08309134716bd67876185239b Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sun, 10 Jul 2022 11:16:35 -0700 Subject: [PATCH] Add .drone.yml --- .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..9bd053b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: greeting + image: alpine + commands: + - echo hello + - echo world \ No newline at end of file