gitlab-ci-env
Advanced tools
Comparing version 1.2.1 to 1.2.2
# Changelog | ||
## v1.2.2 (2019-11-02) | ||
### Fixed | ||
- Fixed error in documentation for `ci.server.host` (#8) | ||
## v1.2.1 (2019-11-02) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -160,3 +160,3 @@ # GitLab CI Env | ||
server: { | ||
host: 'CI_SERVER_NAME', | ||
host: 'CI_SERVER_HOST', | ||
isServer: 'CI_SERVER', | ||
@@ -163,0 +163,0 @@ name: 'CI_SERVER_NAME', |
Sorry, the diff of this file is not supported yet
66855