export-gitlab-variables
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -33,4 +33,2 @@ #!/usr/bin/env node | ||
console.log(opts.environment) | ||
const newEnvVariables = variables.filter(variable => { | ||
@@ -37,0 +35,0 @@ if (variable.environment_scope == '*') { |
@@ -80,3 +80,2 @@ #!/usr/bin/env node | ||
variables = (_b.sent()).data; | ||
console.log(opts.environment); | ||
newEnvVariables = variables.filter(function (variable) { | ||
@@ -83,0 +82,0 @@ if (variable.environment_scope == '*') { |
{ | ||
"name": "export-gitlab-variables", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Fetch and export Gitlab variables for use by child process", | ||
@@ -11,2 +11,3 @@ "bin": { | ||
"build-run": "tsc && node ./dist/cli.js", | ||
"build-publish": "tsc && npm publish", | ||
"tsc:watch": "tsc --watch" | ||
@@ -13,0 +14,0 @@ }, |
16605
5
235