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

Update .gitlab-ci.yml

parent a20231db
No related branches found
No related tags found
1 merge request!1Master to main
...@@ -44,6 +44,6 @@ publish: ...@@ -44,6 +44,6 @@ publish:
stage: publish stage: publish
script: script:
- npm config set strict-ssl false - npm config set strict-ssl false
- echo "//gitlab.br.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc - echo "@general:registry=https://gitlab.br.de/api/v4/packages/npm/">.npmrc
- cat .npmrc - echo "//gitlab.br.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">>.npmrc
- npm publish --registry "https://gitlab.br.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm" - npm publish
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