Updated Drone CI configuration
This commit is contained in:
parent
c21b9b1e3d
commit
4032b1ac7f
@ -1,12 +1,13 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
base: /go
|
||||||
|
path: src/git.metaunix.net/metaunix.net/muldap
|
||||||
|
|
||||||
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:
|
||||||
- go get github.com/golang/dep/cmd/dep
|
- go get github.com/golang/dep/cmd/dep
|
||||||
- dep ensure
|
- dep ensure
|
||||||
|
Loading…
Reference in New Issue
Block a user