Vincent Batts
8ea8d71bda
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit acadf875f5
.
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
|