Make ginkgo build from vendor dir work

This commit is contained in:
Paul Bonser 2016-09-27 15:07:10 -05:00
parent d2dac441cb
commit af88487cbf

View File

@ -5,7 +5,7 @@ help:
@echo "- watch: watch for changes and re-run tests"
deps:
glide install && mkdir -p vendor/bin && go build -o vendor/bin/ginkgo github.com/onsi/ginkgo/ginkgo
glide install && mkdir -p vendor/bin && go build -o vendor/bin/ginkgo ./vendor/github.com/onsi/ginkgo/ginkgo
test: deps