mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
pin submodule to v0.10.3 instead of hash
This commit is contained in:
parent
a32b30e98b
commit
93e20be247
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ BUILD_LIBWALLET=false
|
|||
if [ ! -d $MONERO_DIR/src ]; then
|
||||
git submodule init monero
|
||||
fi
|
||||
git submodule update
|
||||
#git submodule update
|
||||
git -C $MONERO_DIR fetch --tags
|
||||
git -C $MONERO_DIR checkout v0.10.3
|
||||
|
||||
# get monero core tag
|
||||
get_tag
|
||||
|
|
Loading…
Reference in a new issue