Browse Source

Workaround for gaia build

pull/1943/head
Greg Szabo 7 years ago
parent
commit
e67b298cef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/Makefile

+ 1
- 1
build/Makefile View File

@ -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"


Loading…
Cancel
Save