Skip to content

codeintel: Stop creating git tags when checking if tags exist

Administrator requested to merge codeintel-git-tag into master

Created by: efritz

Run git tag in order to determine if any tags exist; do not run git tag {commit}, as that's an unnecessary check that will happen to create a tag instead. Not what we want!

Merge request reports

Loading