test-drone/.drone.yml

12 lines
123 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- echo "hello world!"