From 465a7ab7bcb995b5f259461365d71f08fd5f64ce Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 16 Oct 2022 11:01:07 -0400 Subject: [PATCH] .drone.yml --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..43034d7 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + + +steps: +- name: kool stuff + commands: + - echo hello world \ No newline at end of file