From 7f69e6e1c2b06e9ca3e32b808d24fd1ce1a042a7 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 1 Sep 2022 09:11:31 -0500 Subject: [PATCH] Add test .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..233d0d8 --- /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