Revert "try the drone exec backend"
All checks were successful
continuous-integration/drone/push Build is passing

This reverts commit acadf875f5.
This commit is contained in:
Vincent Batts 2020-12-03 13:39:01 -05:00
parent acadf875f5
commit 8ea8d71bda

View file

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