From e67b298cefbbfb1948bd68fc03040362ff0051cd Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Sat, 29 Jul 2017 02:56:52 +0000 Subject: [PATCH] Workaround for gaia build --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index eace5f6c..862f7401 100644 --- a/build/Makefile +++ b/build/Makefile @@ -85,7 +85,7 @@ build-trackomatron: git-branch build-gaia: git-branch @echo "*** Building gaia" - go get -d -u go github.com/cosmos/gaia + go get -d -u go github.com/cosmos/gaia || echo "Workaround for go downloads." cd $(GOPATH)/src/github.com/cosmos/gaia && git checkout "$(GIT_BRANCH)" && git pull $(MAKE) -C $(GOPATH)/src/github.com/cosmos/gaia get_vendor_deps install @echo "*** Built gaia"