mirror of https://github.com/CIRCL/AIL-framework
fix: [updater] tag subversion
parent
a2e4e911fb
commit
5a1e75e0f5
|
@ -221,7 +221,7 @@ def get_git_upper_tags_remote(current_tag, is_fork):
|
||||||
|
|
||||||
# add tag with last commit
|
# add tag with last commit
|
||||||
if float(tag_val) >= float(current_tag_val):
|
if float(tag_val) >= float(current_tag_val):
|
||||||
dict_tags_commit[tag_val] = commit
|
dict_tags_commit[tag] = commit
|
||||||
list_upper_tags = [('v{}'.format(key), dict_tags_commit[key]) for key in dict_tags_commit]
|
list_upper_tags = [('v{}'.format(key), dict_tags_commit[key]) for key in dict_tags_commit]
|
||||||
# force update order
|
# force update order
|
||||||
list_upper_tags.sort()
|
list_upper_tags.sort()
|
||||||
|
|
Loading…
Reference in New Issue