Files
tryno10/.drone.yml
T
2022-04-22 00:43:41 +05:30

9 lines
123 B
YAML

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