fix: Debug env-ci
This commit is contained in:
parent
8f8ac54599
commit
39dc9951c8
2 changed files with 7 additions and 1 deletions
|
@ -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
5
script/env-ci
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
const envCi = require('env-ci');
|
||||
|
||||
console.log(envCi());
|
Loading…
Reference in a new issue