Updated Drone CI configuration

This commit is contained in:
Gregory Ballantine 2019-07-22 16:18:32 -04:00
parent c21b9b1e3d
commit 4032b1ac7f

View File

@ -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