Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #161 from codecov/drazisil-patch-1
Browse files Browse the repository at this point in the history
Change cirrus-ci to match backend
  • Loading branch information
eddiemoore committed Feb 1, 2020
2 parents 696562d + 1430de5 commit 203ff3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/services/cirrus.js
Expand Up @@ -5,7 +5,7 @@ module.exports = {
configuration: function() {
console.log(' Cirrus CI Detected')
return {
service: 'cirrusci',
service: 'cirrus-ci',
build: process.env.CIRRUS_BUILD_ID,
job: process.env.CIRRUS_TASK_ID,
commit: process.env.CIRRUS_CHANGE_IN_REPO,
Expand Down
2 changes: 1 addition & 1 deletion test/services/cirrus.test.js
Expand Up @@ -15,7 +15,7 @@ describe('Cirrus CI Provider', function() {
process.env.CIRRUS_PR = 'blah'
process.env.CIRRUS_REPO_FULL_NAME = 'owner/repo'
expect(cirrus.configuration()).toEqual({
service: 'cirrusci',
service: 'cirrus-ci',
commit: '5678',
build: '1234.1',
job: '1234.1',
Expand Down

0 comments on commit 203ff3a

Please sign in to comment.