Stop trying to dep ensure in CI.

This commit is contained in:
David Anderson 2019-01-22 20:41:05 -08:00
parent 19ebf69d5c
commit 663f6d5258

View File

@ -10,9 +10,7 @@ all:
.PHONY: ci-prepare
ci-prepare:
$(GOCMD) get -u github.com/golang/dep/cmd/dep
$(GOCMD) get -u github.com/estesp/manifest-tool
dep ensure -v
.PHONY: build
build: