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

Update .gitlab-ci.yml

parent 328f46a1
No related branches found
No related tags found
1 merge request!1Master
...@@ -43,6 +43,9 @@ test: ...@@ -43,6 +43,9 @@ test:
publish to local npm: publish to local npm:
stage: publish stage: publish
script: script:
- echo '//it-devops-01:4873/:_authToken="foobar"'>.npmrc - echo 'strict-ssl=false\n' > .npmrc
- echo '@br:registry=https://it-devops-01:4873/\n' >> .npmrc
- echo '//it-devops-01:4873/:_authToken="ZMh1NzlklUTNNvt573Imgw=="' >> .npmrc
- npm set ca null - npm set ca null
- cat .npmrc
- npm publish --registry $NPM_REGISTRY - npm publish --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