mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Merge pull request #3091
1b4c2170
build: set submodule to v0.17.0.1 (selsta)
This commit is contained in:
commit
61fc38b29c
2 changed files with 2 additions and 2 deletions
|
@ -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 origin/master
|
git -C $MONERO_DIR checkout v0.17.0.1
|
||||||
|
|
||||||
# get monero core tag
|
# get monero core tag
|
||||||
pushd $MONERO_DIR
|
pushd $MONERO_DIR
|
||||||
|
|
2
monero
2
monero
|
@ -1 +1 @@
|
||||||
Subproject commit 2d8a197b9163c2fc3f3da8fddee7c6a1d30fd4ac
|
Subproject commit 1a9a984d2631b7f01637d8119c55f8effd24f72c
|
Loading…
Reference in a new issue