drone_test/.drone.yml
2021-03-04 23:15:05 +01:00

10 lines
125 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world