Merge pull request #1879

bebb902 build: always checkout latest remote master (selsta)
This commit is contained in:
luigi1111 2019-01-21 14:48:56 -06:00
commit 7316716e15
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
fi
git submodule update --remote
git -C $MONERO_DIR fetch
git -C $MONERO_DIR checkout master
git -C $MONERO_DIR checkout origin/master
# get monero core tag
pushd $MONERO_DIR