more debug

This commit is contained in:
Ethan Frey 2017-05-16 16:43:49 +02:00
parent 0c1cf83a7b
commit 94703fa95b
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
machine:
environment:
GOPATH: "$HOME/.go_project"
GOPATH: "$HOME/.go_workspace"
PROJECT_PARENT_PATH: "$GOPATH/src/github.com/$CIRCLE_PROJECT_USERNAME"
REPO: "$PROJECT_PARENT_PATH/$CIRCLE_PROJECT_REPONAME"
hosts:

View File

@ -18,7 +18,14 @@ if [[ "$CIRCLECI" == "true" ]]; then
git checkout $TM_VERSION
glide install
go install ./cmd/tendermint
ls $GOPATH/bin
echo "----"
echo $PATH
echo $GOPATH/bin
ls -l $GOPATH/bin
which basecoin
ls -l $(dirname `which basecoin`)
which tendermint
echo "----"
popd
set -e
fi