Files
testost/.drone.yml
2020-01-20 20:10:05 +01:00

15 lines
196 B
YAML

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