gitlab-ci-env
Advanced tools
Comparing version 2.5.0 to 2.5.1
# Changelog | ||
## v2.5.1 (2020-06-28) | ||
### Fixed | ||
- Removed GitLab variables that are not actually predefined [GitLab MR](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35307) (ARTIFACT_DOWNLOAD_ATTEMPTS, GET_SOURCES_ATTEMPTS, RESTORE_CACHE_ATTEMPTS) | ||
- Updated to latest dependencies | ||
## v2.5.0 (2020-06-22) | ||
@@ -4,0 +11,0 @@ |
@@ -59,4 +59,2 @@ 'use strict'; | ||
job: { | ||
artifactDownloadAttempts: process.env.ARTIFACT_DOWNLOAD_ATTEMPTS, | ||
getSourcesAttempts: process.env.GET_SOURCES_ATTEMPTS, | ||
id: process.env.CI_JOB_ID, | ||
@@ -67,3 +65,2 @@ image: process.env.CI_JOB_IMAGE, | ||
name: process.env.CI_JOB_NAME, | ||
restoreCacheAttempts: process.env.RESTORE_CACHE_ATTEMPTS, | ||
stage: process.env.CI_JOB_STAGE, | ||
@@ -70,0 +67,0 @@ token: process.env.CI_JOB_TOKEN, |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -40,4 +40,4 @@ "main": "index.js", | ||
"dotenv": "^8.2.0", | ||
"eslint": "^7.3.0", | ||
"eslint-plugin-jest": "^23.16.0", | ||
"eslint": "^7.3.1", | ||
"eslint-plugin-jest": "^23.17.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -48,3 +48,3 @@ "eslint-plugin-sonarjs": "^0.5.0", | ||
"invert-kv": "^3.0.1", | ||
"jest": "^26.0.1", | ||
"jest": "^26.1.0", | ||
"jest-junit": "^11.0.1", | ||
@@ -51,0 +51,0 @@ "markdownlint-cli": "^0.23.1", |
@@ -77,4 +77,2 @@ # GitLab CI Env | ||
job: { | ||
artifactDownloadAttempts: 'ARTIFACT_DOWNLOAD_ATTEMPTS', | ||
getSourcesAttempts: 'GET_SOURCES_ATTEMPTS', | ||
id: 'CI_JOB_ID', | ||
@@ -85,3 +83,2 @@ image: 'CI_JOB_IMAGE', | ||
name: 'CI_JOB_NAME', | ||
restoreCacheAttempts: 'RESTORE_CACHE_ATTEMPTS', | ||
stage: 'CI_JOB_STAGE', | ||
@@ -88,0 +85,0 @@ token: 'CI_JOB_TOKEN', |
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
70346
325
194