drone_test/.drone.yml

11 lines
125 B
YAML
Raw Normal View History

2021-03-04 23:15:05 +01:00
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world