Heimdallr/.drone.yml

11 lines
125 B
YAML

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