From e2e2bbbebca15465d80b61cbdd706bec52300547 Mon Sep 17 00:00:00 2001 From: ericek111 Date: Thu, 20 Aug 2020 02:20:29 +0200 Subject: [PATCH] first commit --- .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..a6e8830 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: greeting + commands: + - echo hello world