mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #1659
665eaf0
build: use correct monero core tag (xiphon)
This commit is contained in:
commit
ac709fed45
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