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

Update .gitlab-ci.yml

parent e0e0ff89
No related branches found
No related tags found
1 merge request!1Master
......@@ -11,7 +11,6 @@ include:
variables:
SONAR_PROJECT_KEY: config
SONAR_TOKEN: 11922a8e774494f51e1d2f0e695949e4073e7df8
NPM_TOKEN: ZMh1NzlklUTNNvt573Imgw==
NPM_REGISTRY: https://it-devops-01:4873
cache:
......@@ -44,7 +43,5 @@ test:
publish to local npm:
stage: publish
script:
- npm config set @br:registry https://it-devops-01:4873
- echo '//it-devops-01:4873/:_authToken="ZMh1NzlklUTNNvt573Imgw=="'>.npmrc
- cat .npmrc
- echo '//it-devops-01:4873/:_authToken="foobar"'>.npmrc
- npm publish --registry https://it-devops-01:4873
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