Merge pull request #1659

665eaf0 build: use correct monero core tag (xiphon)
This commit is contained in:
luigi1111 2018-11-09 13:18:07 -06:00
commit ac709fed45
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -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