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

Update 3 files

- /package.json
- /.npmrc
- /.gitlab-ci.yml
parent 9717f102
No related branches found
No related tags found
No related merge requests found
Pipeline #7101 failed
image: node:latest image: node:latest
include:
- project: 'general/templates'
file: '/cicd/SAST-nodejs.gitlab-ci.yml'
- project: 'general/templates'
file: '/cicd/npm-audit.gitlab-ci.yml'
- project: 'general/templates'
file: '/cicd/sonarqube.gitlab-ci.yml'
variables:
SONAR_PROJECT_KEY: config
SONAR_TOKEN: 11922a8e774494f51e1d2f0e695949e4073e7df8
NPM_REGISTRY: https://npm.br-edv.brnet.int
NPM_TOKEN: 5w2Gy80rdH+2Tch0afNI6Q==
cache: cache:
paths: paths:
- node_modules/ - node_modules/
...@@ -22,7 +8,6 @@ cache: ...@@ -22,7 +8,6 @@ cache:
stages: stages:
- build - build
- test - test
- quality
- publish - publish
build: build:
......
tag-version-prefix="" tag-version-prefix=""
strict-ssl=false strict-ssl=false
@general:registry=https://gitlab.br.de/api/v4/projects/7/packages/npm/ @general:registry=https://gitlab.br.de/api/v4/projects/919/packages/npm/
//gitlab.br.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN} //gitlab.ard.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}
//gitlab.br.de/api/v4/projects/7/packages/npm/:_authToken=${CI_JOB_TOKEN} //gitlab.ard.de/api/v4/projects/919/packages/npm/:_authToken=${CI_JOB_TOKEN}
{ {
"name": "@general/config", "name": "@libs/config",
"version": "1.12.0", "version": "1.12.0",
"description": "Simple Config with ENV Support", "description": "Simple Config with ENV Support",
"main": "index.js", "main": "index.js",
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"jest": "^26.6.1" "jest": "^26.6.1"
}, },
"publishConfig": { "publishConfig": {
"@general:registry": "https://gitlab.br.de/api/v4/projects/7/packages/npm/" "@libs:registry": "https://gitlab.ard.de/api/v4/projects/919/packages/npm/"
}, },
"jest": { "jest": {
"collectCoverage": true, "collectCoverage": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment