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

Commit

Permalink
feat: add screwdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
snyamathi authored and wraithgar committed Feb 10, 2022
1 parent ddfc459 commit 8ef174f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -42,6 +42,7 @@ at the appropriate environment variables.
* `'buildkite'` Buildkite
* `'cirrus'` Cirrus CI
* `'dsari'` dsari CI
* `'screwdriver'` Screwdriver CI
* `'strider'` Strider CI
* `'taskcluster'` Mozilla Taskcluster
* `'hudson'` Hudson CI
Expand Down
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -13,6 +13,7 @@ module.exports = () =>
: process.env.DSARI ? 'dsari'
: process.env.GITHUB_ACTION ? 'github-actions'
: process.env.TDDIUM ? 'tddium'
: process.env.SCREWDRIVER ? 'screwdriver'
: process.env.STRIDER ? 'strider'
: process.env.TASKCLUSTER_ROOT_URL ? 'taskcluster'
: process.env.JENKINS_URL ? 'jenkins'
Expand Down
1 change: 1 addition & 0 deletions test/index.js
Expand Up @@ -65,6 +65,7 @@ test('BUDDY_WORKSPACE_ID', '1', 'buddy')
test('BUILDKITE', '1', 'buildkite')
test('CIRRUS_CI', '1', 'cirrus')
test('DSARI', '1', 'dsari')
test('SCREWDRIVER', '1', 'screwdriver')
test('STRIDER', '1', 'strider')
test('TASKCLUSTER_ROOT_URL', '1', 'taskcluster')
test('HUDSON_URL', '1', 'hudson')
Expand Down

0 comments on commit 8ef174f

Please sign in to comment.