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

Commit a30b1f5

Browse files
authored
Change cirrus-ci to match backend
1 parent 9bde072 commit a30b1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/cirrus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
configuration: function() {
66
console.log(' Cirrus CI Detected')
77
return {
8-
service: 'cirrusci',
8+
service: 'cirrus-ci',
99
build: process.env.CIRRUS_BUILD_ID,
1010
job: process.env.CIRRUS_TASK_ID,
1111
commit: process.env.CIRRUS_CHANGE_IN_REPO,

0 commit comments

Comments
 (0)