From 8e6fbc8cebe7e357940505bc6fe7f79613fee242 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sat, 25 Apr 2015 16:46:02 -0700 Subject: [PATCH] fixed bindata build issues --- .drone.yml | 5 +++-- Makefile | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 65b5070d..16b4bd9f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,9 @@ env: - GOROOT=/usr/local/go - PATH=$PATH:$GOROOT/bin:$GOPATH/bin script: - - make deps - - make + - go get -u github.com/jteeuwen/go-bindata/... + - make bindata deps + - make build - make test notify: diff --git a/Makefile b/Makefile index 986d7660..79e87957 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ VERSION := 0.4.0-alpha all: concat bindata build deps: - go get -u github.com/jteeuwen/go-bindata/... go get -t -v ./... test: