drone_hello/.drone.yml

10 lines
139 B
YAML

kind: pipeline
name: hello-world
type: docker
steps:
- name: say-hello
image: alpine:3.8
commands:
- echo Chipololo