use glide in install_tmsp_apps.sh

This commit is contained in:
Ethan Buchman 2016-11-15 18:05:38 -05:00
parent 1765d3c866
commit 0b098a2eee
1 changed files with 4 additions and 3 deletions

View File

@ -3,10 +3,11 @@
go get github.com/tendermint/tmsp/...
# get the tmsp commit used by tendermint
COMMIT=`bash scripts/glide/parse.sh $(pwd)/glide.lock tmsp`
COMMIT=`bash scripts/glide/parse.sh tmsp`
echo "Checking out vendored commit for tmsp: $COMMIT"
cd $GOPATH/src/github.com/tendermint/tmsp
git checkout $COMMIT
glide install
go install ./cmd/...