zord-tree/.drone.yml
Arnas Udovič 57726d8af7
All checks were successful
continuous-integration/drone Build is passing
Add '.drone.yml'
2022-08-15 21:25:51 +00:00

10 lines
No EOL
121 B
YAML

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