Merge #131: travis: fix bitcoind update
ff8e257 travis: fix bitcoind update (Andrew Chow)
Pull request description:
Currently travis is not working correctly because it isn't updating bitcoind when upstream changes. This fixes that.
Tree-SHA512: 9354324402d8dcfefbd65ceb79ed9811bc773ddbf266a9072528095c07e8f2b09136b7e607dac779d84996a0a3168907aa31fc45efaf7c2a580987d333f23766
This commit is contained in:
commit
c5524d60cc
@ -164,8 +164,8 @@ else
|
||||
|
||||
if [ $LOCAL = $REMOTE ]; then
|
||||
echo "Up-to-date"
|
||||
else
|
||||
git reset --hard origin/hww
|
||||
elif [ $LOCAL = $BASE ]; then
|
||||
git pull
|
||||
bitcoind_setup_needed=true
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user