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

Commit

Permalink
Set semaphore service to just semaphore
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemoore committed Sep 20, 2019
1 parent 2ed978c commit 4556aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/services/semaphore.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
configuration: function() {
console.log(' Semaphore 1.x CI Detected')
return {
service: 'semaphore1x',
service: 'semaphore',
build:
process.env.SEMAPHORE_BUILD_NUMBER +
'.' +
Expand Down
2 changes: 1 addition & 1 deletion lib/services/semaphore2x.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
configuration: function() {
console.log(' Semaphore 2.x CI Detected')
return {
service: 'semaphore2x',
service: 'semaphore',
branch: process.env.SEMAPHORE_GIT_BRANCH,
build: process.env.SEMAPHORE_WORKFLOW_ID,
commit: process.env.SEMAPHORE_GIT_SHA,
Expand Down

0 comments on commit 4556aab

Please sign in to comment.