fix: Debug env-ci

This commit is contained in:
Robert Prehn 2021-06-18 21:36:35 -05:00
parent 8f8ac54599
commit 39dc9951c8
2 changed files with 7 additions and 1 deletions

View file

@ -75,7 +75,8 @@ deploy_to_tags:
- git config user.name $GITLAB_USER_NAME
- npm install --no-save
- git status
- npx semantic-release --repository-url=$CI_REPOSITORY_URL --branches=master
- script/env-ci
- npx semantic-release --repository-url=$CI_REPOSITORY_URL
- script/generate-build-version
artifacts:
reports:

5
script/env-ci Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env node
const envCi = require('env-ci');
console.log(envCi());