try the drone exec backend
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2020-12-03 13:22:49 -05:00
parent 914971d1c1
commit acadf875f5
No known key found for this signature in database
GPG key ID: 524F155275DF0C3E

View file

@ -1,11 +1,14 @@
---
kind: pipeline
type: docker
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: backend
image: golang
commands:
- go build
- go test
- docker run -i --rm -u 0 -v $(pwd):/go/src/mtest -w /go/src/mtest golang go test -v .