Updated Drone CI configuration
This commit is contained in:
parent
08e7cb88ce
commit
c21b9b1e3d
@ -4,8 +4,10 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.12
|
image: golang:1.12
|
||||||
|
workspace:
|
||||||
|
base: /go
|
||||||
|
path: src/git.metaunix.net/metaunix.net/muldap
|
||||||
commands:
|
commands:
|
||||||
- export GOPATH=/drone
|
|
||||||
- go get github.com/golang/dep/cmd/dep
|
- go get github.com/golang/dep/cmd/dep
|
||||||
- dep ensure
|
- dep ensure
|
||||||
- go build
|
- go build
|
||||||
|
Loading…
Reference in New Issue
Block a user