mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-11 02:33:43 +02:00
Merge pull request #1879
bebb902
build: always checkout latest remote master (selsta)
This commit is contained in:
commit
7316716e15
@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
|
|||||||
fi
|
fi
|
||||||
git submodule update --remote
|
git submodule update --remote
|
||||||
git -C $MONERO_DIR fetch
|
git -C $MONERO_DIR fetch
|
||||||
git -C $MONERO_DIR checkout master
|
git -C $MONERO_DIR checkout origin/master
|
||||||
|
|
||||||
# get monero core tag
|
# get monero core tag
|
||||||
pushd $MONERO_DIR
|
pushd $MONERO_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user