mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Win32 git: fetch potentially new tags before running the tags build
Apparently tags are not copied over automatically using git pull. This may be a side effect of our main repo still being svn, I'm not sure. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22981 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4adde2459b
commit
35036bd24e
@ -39,6 +39,7 @@ $GIT_CMD pull
|
||||
################################################################
|
||||
# determine if there are any new tags since the last time we ran
|
||||
#
|
||||
$GIT_CMD fetch -t
|
||||
|
||||
# If we don't have a tagfile then start from 'now'
|
||||
tagfile=tags_git
|
||||
|
Loading…
Reference in New Issue
Block a user