mtest/.drone.yml
Vincent Batts 8ea8d71bda
All checks were successful
continuous-integration/drone/push Build is passing
Revert "try the drone exec backend"
This reverts commit acadf875f5.
2020-12-03 13:39:01 -05:00

11 lines
123 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- go build
- go test