gitlab-ci-env
Advanced tools
Comparing version 3.6.0 to 3.7.0
# Changelog | ||
## v3.7.0 (2021-03-26) | ||
### Added | ||
- Added new predefined variable in GitLab 13.10 (CI_COMMIT_AUTHOR), previously undocumented (#30) | ||
### Miscellaneous | ||
- Updated pipeline to leverage `needs` for efficiency (#29) | ||
## v3.6.0 (2021-03-22) | ||
@@ -4,0 +14,0 @@ |
@@ -21,2 +21,3 @@ 'use strict'; | ||
commit: { | ||
author: process.env.CI_COMMIT_AUTHOR, | ||
beforeSha: process.env.CI_COMMIT_BEFORE_SHA, | ||
@@ -23,0 +24,0 @@ branch: process.env.CI_COMMIT_BRANCH, |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "3.6.0", | ||
"version": "3.7.0", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,2 +27,3 @@ # GitLab CI Env | ||
ci: { | ||
author: 'CI_COMMIT_AUTHOR', | ||
apiV4Url: 'CI_API_V4_URL', | ||
@@ -29,0 +30,0 @@ buildsDir: 'CI_BUILDS_DIR', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82893
371
215