Comparing version 1.3.0 to 1.3.1
@@ -14,8 +14,3 @@ // https://docs.gitlab.com/ce/ci/variables/README.html | ||
branch: process.env.CI_COMMIT_REF_NAME, | ||
slug: process.env.CI_REPOSITORY_URL | ||
? process.env.CI_REPOSITORY_URL.split('/') | ||
.slice(3, 5) | ||
.join('/') | ||
.replace('.git', '') | ||
: undefined, | ||
slug: process.env.CI_PROJECT_PATH, | ||
root: process.env.CI_PROJECT_DIR, | ||
@@ -22,0 +17,0 @@ }; |
{ | ||
"name": "env-ci", | ||
"description": "Get environment variables exposed by CI services", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Pierre Vanduynslager (https://github.com/pvdlg)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
18251
309