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

Commit 4556aab

Browse files
committed
Set semaphore service to just semaphore
1 parent 2ed978c commit 4556aab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/services/semaphore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
configuration: function() {
77
console.log(' Semaphore 1.x CI Detected')
88
return {
9-
service: 'semaphore1x',
9+
service: 'semaphore',
1010
build:
1111
process.env.SEMAPHORE_BUILD_NUMBER +
1212
'.' +

lib/services/semaphore2x.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
configuration: function() {
77
console.log(' Semaphore 2.x CI Detected')
88
return {
9-
service: 'semaphore2x',
9+
service: 'semaphore',
1010
branch: process.env.SEMAPHORE_GIT_BRANCH,
1111
build: process.env.SEMAPHORE_WORKFLOW_ID,
1212
commit: process.env.SEMAPHORE_GIT_SHA,

0 commit comments

Comments
 (0)