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

Update .gitlab-ci.yml

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