Remove dep from drone pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2019-08-09 18:06:22 -07:00
parent 0d332b2f05
commit 70a8330d64
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ steps:
- name: build
image: golang:1.11
commands:
- go get -u github.com/golang/dep/cmd/dep
- make build
---