mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-12 09:36:59 +00:00
build: use correct monero core tag
This commit is contained in:
parent
3aa6da058a
commit
665eaf00c5
1 changed files with 2 additions and 0 deletions
|
@ -20,7 +20,9 @@ git -C $MONERO_DIR fetch
|
||||||
git -C $MONERO_DIR checkout master
|
git -C $MONERO_DIR checkout master
|
||||||
|
|
||||||
# get monero core tag
|
# get monero core tag
|
||||||
|
pushd $MONERO_DIR
|
||||||
get_tag
|
get_tag
|
||||||
|
popd
|
||||||
# create local monero branch
|
# create local monero branch
|
||||||
git -C $MONERO_DIR checkout -B $VERSIONTAG
|
git -C $MONERO_DIR checkout -B $VERSIONTAG
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue