@featurepeek/circleci
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -38,7 +38,7 @@ #!/usr/bin/env node | ||
const home = process.env.HOME | ||
const cwd = process.env.CIRCLE_WORKING_DIRECTORY.replace(/^\~\//, home) | ||
const cwd = process.env.CIRCLE_WORKING_DIRECTORY.replace(/^\~/, home) | ||
// remove leading `/` and `./`, trailing `/` | ||
const buildPath = config.staticBuildPath.replace(/^\.?\//, '').replace(/\/$/, '') | ||
const pwd = `/0${cwd}/${buildPath}` | ||
const pwd = `${cwd}/${buildPath}` | ||
const artifactsDepth = pwd.split('/').length | ||
@@ -45,0 +45,0 @@ |
{ | ||
"private": false, | ||
"name": "@featurepeek/circleci", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"main": "index.js", | ||
@@ -15,3 +15,3 @@ "bin": { | ||
}, | ||
"gitHead": "804bc13345d85d2625205f6d66bdf1ed93207444" | ||
"gitHead": "014554b5867e4e383e2446435cf12499d247a0dd" | ||
} |
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
10778