From 331fad97748080e6ec82bd03931aa7180afc1c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Tue, 8 May 2018 22:27:47 -0400 Subject: [PATCH] vendored deps do not work --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 278e8f4..587030d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,7 @@ pipeline: commands: - mkdir -p /go/bin /go/src - go get github.com/revel/cmd/revel - - go get -u github.com/golang/dep/cmd/dep/... - - dep ensure - - revel build github.com/CyCoreSystems/cycore-web ../tmp prod >> /dev/null + - revel build github.com/CyCoreSystems/cycore-web ../tmp prod - mv ../tmp . publish: image: plugins/docker