Method: Datadog::CI::Git::LocalRepository.git_tag

Defined in:
lib/datadog/ci/git/local_repository.rb

.git_tagObject



137
138
139
140
141
142
# File 'lib/datadog/ci/git/local_repository.rb', line 137

def self.git_tag
  exec_git_command("git tag --points-at HEAD")
rescue => e
  log_failure(e, "git tag")
  nil
end