Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ isCircleciBuild
Function
isCircleciBuild
build-system/common/ci.js:40–42 ·
view source on GitHub ↗
* Returns true if this is a CircleCI build. * @return {boolean}
()
Source
from the content-addressed store, hash-verified
38
* @
return
{boolean}
39
*/
40
function
isCircleciBuild() {
41
return
!!env(
'CIRCLECI'
);
42
}
43
44
/**
45
* Constants
for
reduced code size.
Callers
6
runTask
Function · 0.85
signalGracefulHalt
Function · 0.85
storeBuildOutputToWorkspace
Function · 0.85
createMocha_
Function · 0.85
updateReporters
Method · 0.85
ci.js
File · 0.85
Calls
1
env
Function · 0.70
Tested by
no test coverage detected