gitlab-ci-env
Advanced tools
Comparing version 3.1.0 to 3.2.0
# Changelog | ||
## v3.2.0 (2020-10-22) | ||
### Added | ||
- Added new predefined variable in GitLab 13.5 (CI_JOB_STATUS) | ||
### Fixed | ||
- Updated to latest dependencies | ||
## v3.1.0 (2020-09-22) | ||
@@ -4,0 +14,0 @@ |
@@ -69,2 +69,3 @@ 'use strict'; | ||
stage: process.env.CI_JOB_STAGE, | ||
status: process.env.CI_JOB_STATUS, | ||
token: process.env.CI_JOB_TOKEN, | ||
@@ -71,0 +72,0 @@ url: process.env.CI_JOB_URL |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -40,4 +40,4 @@ "main": "index.js", | ||
"dotenv": "^8.2.0", | ||
"eslint": "^7.9.0", | ||
"eslint-plugin-jest": "^24.0.2", | ||
"eslint": "^7.11.0", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -48,5 +48,5 @@ "eslint-plugin-sonarjs": "^0.5.0", | ||
"invert-kv": "^3.0.1", | ||
"jest": "^26.4.2", | ||
"jest-junit": "^11.1.0", | ||
"markdownlint-cli": "^0.23.2", | ||
"jest": "^26.6.0", | ||
"jest-junit": "^12.0.0", | ||
"markdownlint-cli": "^0.24.0", | ||
"tabletojson": "^2.0.4" | ||
@@ -53,0 +53,0 @@ }, |
@@ -87,2 +87,3 @@ # GitLab CI Env | ||
stage: 'CI_JOB_STAGE', | ||
status: 'CI_JOB_STATUS', | ||
token: 'CI_JOB_TOKEN', | ||
@@ -89,0 +90,0 @@ url: 'CI_JOB_URL', |
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
73558
330
199