Add worksapce to drone.yml

This commit is contained in:
Steven Polley 2018-12-22 23:43:16 -07:00
parent a6d7c05b59
commit d8f00ba2a6
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,10 @@
kind: pipeline
name: default
workspace:
base: /go
path: src/deadbeef.codes/steven/mandelmapper
steps:
- name: build
image: golang
@ -9,7 +13,6 @@ steps:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0
GOPATH: /drone/src
commands:
- go version
- go get