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

Update .gitlab-ci.yml

parent 7002ebee
No related branches found
No related tags found
1 merge request!1Master
...@@ -44,5 +44,7 @@ test: ...@@ -44,5 +44,7 @@ test:
publish: publish:
stage: publish stage: publish
script: script:
- npm config set '//it-devops-01:4873/:_authToken' "ZMh1NzlklUTNNvt573Imgw==" - printenv NPM_TOKEN
- npm config set //it-devops-01:4873/:_authToken ${NPM_TOKEN}
- 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