env ci:获取CI服务公开的环境变量 源码
环境 获取CI服务公开的环境变量。 改编自 。 安装 $ npm install --save env-ci 用法 const envCi = require ( 'env-ci' ) ; const { name , service , isCi , branch , commit , tag , build , buildUrl , job , jobUrl , isPr , pr , prBranch , slug , root } = envCi ( ) ; if ( isCI ) { console . log ( `Building repo ${ slug } on ${
文件列表
env-ci-master.zip
(预估有个66文件)
env-ci-master
.travis.yml
329B
index.js
1KB
package.json
2KB
.yarnrc
27B
.github
ISSUE_TEMPLATE.md
1KB
test
index.test.js
5KB
lib
暂无评论