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