Sha256: e81637035a00182abd056dcbad27b7d80c03639c80613249d5f55ca72d9af9a6
Contents?: true
Size: 358 Bytes
Versions: 16
Compression:
Stored size: 358 Bytes
Contents
# frozen_string_literal: true module Datadog module Core module Git # Defines constants for Git tags module Ext TAG_REPOSITORY_URL = '_dd.git.repository_url' TAG_COMMIT_SHA = '_dd.git.commit.sha' ENV_REPOSITORY_URL = 'DD_GIT_REPOSITORY_URL' ENV_COMMIT_SHA = 'DD_GIT_COMMIT_SHA' end end end end
Version data entries
16 entries across 16 versions & 2 rubygems