tendermint/DOCKER/run.sh

9 lines
136 B
Bash
Raw Normal View History

2015-06-10 09:06:28 -07:00
#! /bin/bash
2015-10-13 14:09:53 -07:00
go get -u $TMREPO/cmd/tendermint
cd $GOPATH/src/$TMREPO
2015-09-21 12:46:14 -07:00
git fetch -a origin
git reset --hard $TMHEAD
make
2015-10-13 08:53:58 -07:00
tendermint node