Skip to content

Commit

Permalink
Replace references to CI_COMMIT_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Allen committed Sep 16, 2021
1 parent 3a4e67d commit 1b5a719
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions spec/datadog/ci/ext/fixtures/ci/gitlab.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -63,7 +63,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -95,7 +95,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -127,7 +127,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -161,7 +161,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -195,7 +195,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -229,7 +229,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -261,7 +261,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -291,7 +291,7 @@
],
[
{
"CI_COMMIT_BRANCH": "refs/heads/master",
"CI_COMMIT_REF_NAME": "refs/heads/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -323,7 +323,7 @@
],
[
{
"CI_COMMIT_BRANCH": "refs/heads/feature/one",
"CI_COMMIT_REF_NAME": "refs/heads/feature/one",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -451,7 +451,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -483,7 +483,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -515,7 +515,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -547,7 +547,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down Expand Up @@ -579,7 +579,7 @@
],
[
{
"CI_COMMIT_BRANCH": "origin/master",
"CI_COMMIT_REF_NAME": "origin/master",
"CI_COMMIT_MESSAGE": "gitlab-git-commit-message",
"CI_COMMIT_SHA": "gitlab-git-commit",
"CI_JOB_NAME": "gitlab-job-name",
Expand Down

0 comments on commit 1b5a719

Please sign in to comment.