From 01f0f8dfd10ab6d2e70f1acdf6d313e94f682381 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Thu, 11 Aug 2022 08:07:05 -0500 Subject: [PATCH] Add .drone.yml --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..dc46246 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: greeting + commands: + - echo hello world +