Revert "try the drone exec backend"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit acadf875f5
.
This commit is contained in:
parent
acadf875f5
commit
8ea8d71bda
1 changed files with 4 additions and 7 deletions
11
.drone.yml
11
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue