commit ca42af26a7a301be570f6c52f6e0431b565a4170 Author: Kevin Date: Mon Jan 20 19:37:02 2020 +0100 Create .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