Skip to content

Simplified fetching of git tags#27

Open
sarakthon wants to merge 1 commit intocfengine:mainfrom
sarakthon:add-git-tags
Open

Simplified fetching of git tags#27
sarakthon wants to merge 1 commit intocfengine:mainfrom
sarakthon:add-git-tags

Conversation

@sarakthon
Copy link
Contributor

Ticket: ENT-13778

Comment on lines +63 to +67
else:
if re.fullmatch(TAG_REGEX, tag):
# Only set if not already set by ^{}
if tag not in tag_map:
tag_map[tag] = sha
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sarakthon is this necessary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants