ci-playground/.drone.yml

12 lines
139 B
YAML

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