Skip to content
Snippets Groups Projects
Commit d32d7ee1 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Update .gitlab-ci.yml

parent 0e131949
No related branches found
No related tags found
1 merge request!1Master
...@@ -11,7 +11,7 @@ include: ...@@ -11,7 +11,7 @@ include:
variables: variables:
SONAR_PROJECT_KEY: config SONAR_PROJECT_KEY: config
SONAR_TOKEN: 11922a8e774494f51e1d2f0e695949e4073e7df8 SONAR_TOKEN: 11922a8e774494f51e1d2f0e695949e4073e7df8
NPM_REGISTRY: https://it-devops-01:4873 NPM_REGISTRY: https://it-devops-01.br-edv.brnet.int:4873
NPM_TOKEN: ZMh1NzlklUTNNvt573Imgw== NPM_TOKEN: ZMh1NzlklUTNNvt573Imgw==
cache: cache:
...@@ -45,6 +45,6 @@ publish: ...@@ -45,6 +45,6 @@ publish:
stage: publish stage: publish
script: script:
- printenv NPM_TOKEN - printenv NPM_TOKEN
- npm config set //it-devops-01:4873/:_authToken ${NPM_TOKEN} - npm config set //it-devops-01.br-edv.brnet.int:4873/:_authToken ${NPM_TOKEN}
- npm token list --registry $NPM_REGISTRY - npm token list --registry $NPM_REGISTRY
- npm publish --verbose --registry $NPM_REGISTRY - npm publish --verbose --registry $NPM_REGISTRY
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment