@pie-framework/build-helper
Advanced tools
Comparing version 4.4.1 to 4.4.2
@@ -31,3 +31,5 @@ "use strict"; | ||
branch: process.env.TRAVIS_BRANCH, | ||
repo: process.env.TRAVIS_REPO_SLUG | ||
email: 'travis@travis-ci.org', | ||
repo: process.env.TRAVIS_REPO_SLUG, | ||
username: 'travis' | ||
}; | ||
@@ -38,3 +40,5 @@ } | ||
branch: process.env.CIRCLE_BRANCH, | ||
repo: `${process.env.CIRCLE_PROJECT_USERNAME}/${process.env.CIRCLE_PROJECT_REPONAME}` | ||
email: 'circleci@circleci.com', | ||
repo: `${process.env.CIRCLE_PROJECT_USERNAME}/${process.env.CIRCLE_PROJECT_REPONAME}`, | ||
username: 'circleci' | ||
}; | ||
@@ -154,3 +158,5 @@ } | ||
`git checkout ${ciVars.branch}`, | ||
'git rev-parse --short HEAD' | ||
'git rev-parse --short HEAD', | ||
`git config user.name "${ciVars.username}"`, | ||
`git config user.email "${ciVars.email}"` | ||
]); | ||
@@ -157,0 +163,0 @@ yield this.runCmds([`git status`]); |
{ | ||
"name": "@pie-framework/build-helper", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
269675
767