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

Update .gitlab-ci.yml

parent d32d7ee1
No related branches found
No related tags found
1 merge request!1Master
...@@ -45,6 +45,7 @@ publish: ...@@ -45,6 +45,7 @@ publish:
stage: publish stage: publish
script: script:
- printenv NPM_TOKEN - printenv NPM_TOKEN
- npm config set strict-ssl false
- npm config set //it-devops-01.br-edv.brnet.int: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.
Finish editing this message first!
Please register or to comment