build: always checkout latest remote master

This commit is contained in:
selsta 2019-01-02 14:53:12 +01:00
parent 97de72b27d
commit bebb902aeb
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 1 additions and 1 deletions

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