From ca42af26a7a301be570f6c52f6e0431b565a4170 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 20 Jan 2020 19:37:02 +0100 Subject: [PATCH] Create .drone.yml --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..991c4bf --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: greeting + commands: + - echo hello world +- name: py_run + commands: + - python3 foo.py