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

Commit

Permalink
Change cirrus-ci to match backend
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil authored Dec 3, 2019
1 parent 9bde072 commit a30b1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/cirrus.js
Original file line number Diff line number Diff line change
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

0 comments on commit a30b1f5

Please sign in to comment.