From 38b8d1fec28f95e2dd1b9c99cc3cae4bb63c3551 Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 26 Sep 2022 19:27:41 +0100 Subject: [PATCH] add drone ci config --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..8f4e82e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +type: exec +name: hello + +platform: + os: linux + arch: amd64 + +steps: +- name: greeting + commands: + - echo hello world