Skip to content

Commit cb89d3d

Browse files
jessehouwingAnton Drukh
authored and
Anton Drukh
committed
Detect execution inside VSTS/TFS build agent
1 parent 2048ee6 commit cb89d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/is-ci.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ var ciEnvs = [
1212
'PHPCI',
1313
'GOCD_SERVER_HOST',
1414
'BUILDKITE',
15+
'TF_BUILD'
1516
];
1617

1718
module.exports = !!Object.keys(process.env).filter(function (env) {

0 commit comments

Comments
 (0)