mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +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
|
||||
|
||||
# get monero core tag
|
||||
pushd $MONERO_DIR
|
||||
get_tag
|
||||
popd
|
||||
# create local monero branch
|
||||
git -C $MONERO_DIR checkout -B $VERSIONTAG
|
||||
|
||||
|
|
Loading…
Reference in a new issue