Files
testost/.drone.yml
2020-01-20 20:09:44 +01:00

15 lines
194 B
YAML

kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
image: maze/drone-python
commands:
- python setup.py install
- echo hello world