Create .drone.yml

This commit is contained in:
2020-01-20 19:37:02 +01:00
committed by GitHub
commit ca42af26a7

16
.drone.yml Normal file
View File

@@ -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