drone_test/.drone.yml
2021-03-05 02:10:37 +01:00

10 lines
126 B
YAML

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