Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 178402a

Browse files
committed
Wait. Does it want me to *not* set COVERALLS_GIT_COMMIT?
1 parent 0eaf943 commit 178402a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
COVERALLS_SERVICE_NAME: Azure Pipeline (Linux)
6262
COVERALLS_REPO_TOKEN: $(coveralls.repoToken)
6363
COVERALLS_SERVICE_JOB_ID: $(Build.BuildNumber)
64-
COVERALLS_GIT_COMMIT: $(Build.SourceVersion)
6564
COVERALLS_GIT_BRANCH: $(System.PullRequest.TargetBranch)
6665
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
6766
condition: succeededOrFailed()
@@ -107,7 +106,6 @@ jobs:
107106
COVERALLS_SERVICE_NAME: Azure Pipeline (MacOS)
108107
COVERALLS_REPO_TOKEN: $(coveralls.repoToken)
109108
COVERALLS_SERVICE_JOB_ID: $(Build.BuildNumber)
110-
COVERALLS_GIT_COMMIT: $(Build.SourceVersion)
111109
COVERALLS_GIT_BRANCH: $(System.PullRequest.TargetBranch)
112110
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
113111
condition: succeededOrFailed()
@@ -177,7 +175,6 @@ jobs:
177175
COVERALLS_SERVICE_NAME: Azure Pipeline (Windows)
178176
COVERALLS_REPO_TOKEN: $(coveralls.repoToken)
179177
COVERALLS_SERVICE_JOB_ID: $(Build.BuildNumber)
180-
COVERALLS_GIT_COMMIT: $(Build.SourceVersion)
181178
COVERALLS_GIT_BRANCH: $(System.PullRequest.TargetBranch)
182179
CI_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
183180
condition: succeededOrFailed()

0 commit comments

Comments
 (0)