gitlab-ci-env
Advanced tools
Comparing version 2.2.0 to 2.3.0
# Changelog | ||
## v2.3.0 (2020-04-22) | ||
### Changed | ||
- Added new predefined variable in GitLab 12.10 (CI_JOB_JWT) | ||
### Fixed | ||
- Updated to latest dependencies | ||
- Updated to latest GitLab `license_scanning` job | ||
## v2.2.0 (2020-03-22) | ||
@@ -4,0 +15,0 @@ |
@@ -62,2 +62,3 @@ 'use strict'; | ||
image: process.env.CI_JOB_IMAGE, | ||
jwt: process.env.CI_JOB_JWT, | ||
manual: process.env.CI_JOB_MANUAL, | ||
@@ -64,0 +65,0 @@ name: process.env.CI_JOB_NAME, |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -44,8 +44,8 @@ "main": "index.js", | ||
"flat": "^5.0.0", | ||
"husky": "^4.2.3", | ||
"husky": "^4.2.5", | ||
"invert-kv": "^3.0.0", | ||
"jest": "^25.1.0", | ||
"jest": "^25.4.0", | ||
"jest-junit": "^10.0.0", | ||
"markdownlint-cli": "^0.22.0", | ||
"tabletojson": "^2.0.3" | ||
"tabletojson": "^2.0.4" | ||
}, | ||
@@ -52,0 +52,0 @@ "jest": { |
@@ -80,2 +80,3 @@ # GitLab CI Env | ||
image: 'CI_JOB_IMAGE', | ||
jwt: 'CI_JOB_JWT', | ||
manual: 'CI_JOB_MANUAL', | ||
@@ -82,0 +83,0 @@ name: 'CI_JOB_NAME', |
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
70015
317
198