Vincent Batts
914971d1c1
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
11 lines
123 B
YAML
11 lines
123 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: backend
|
|
image: golang
|
|
commands:
|
|
- go build
|
|
- go test
|