From 52b667d047140c47ad1d1ac7bfb4b57d1c64c6e8 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 23 Jun 2018 17:35:06 +0200 Subject: [PATCH] Fixed 'dep command not found' in pipeline --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 0543e32..b037abf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ pipeline: - CGO_ENABLED=0 image: golang:1.10 commands: + - go get -u github.com/golang/dep/cmd/dep - dep ensure - go generate ./... - mkdir /output