mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
Merge pull request #1879
bebb902
build: always checkout latest remote master (selsta)
This commit is contained in:
commit
7316716e15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue