Skip to content

Commit

Permalink
Hack to get around badgerdb tag fiasco
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Westcott committed Jun 27, 2019
1 parent b688e3a commit 8c5d361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/build-within-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ if [[ "${CI}" == "true" ]]; then
sudo ./scripts/install-node.sh
fi

go mod download || true
export GOPROXY='https://proxy.golang.org'
go mod download || true
unset GOPROXY
go mod download

make lint
if [[ "${CI}" == "true" ]]; then
make ci-test
Expand Down

0 comments on commit 8c5d361

Please sign in to comment.