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

10 lines
124 B
YAML

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