Skip to content
Snippets Groups Projects

Master to main

Merged Sigmund, Dominik requested to merge master into main
2 files
+ 3
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
4
@@ -9,8 +9,6 @@ include:
variables:
SONAR_PROJECT_KEY: metrics
SONAR_TOKEN: 11922a8e774494f51e1d2f0e695949e4073e7df8
NPM_REGISTRY: https://npm.br-edv.brnet.int
NPM_TOKEN: 5w2Gy80rdH+2Tch0afNI6Q==
cache:
paths:
@@ -44,5 +42,5 @@ publish:
stage: publish
script:
- npm config set strict-ssl false
- npm config set //${NPM_REGISTRY}/:_authToken ${NPM_TOKEN}
- npm publish --registry $NPM_REGISTRY
- echo "//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc
- npm publish
Loading