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
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:
paths:
- node_modules/
......@@ -22,7 +8,6 @@ cache:
stages:
- build
- test
- quality
- publish
build:
......
tag-version-prefix=""
strict-ssl=false
@general:registry=https://gitlab.br.de/api/v4/projects/7/packages/npm/
//gitlab.br.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}
//gitlab.br.de/api/v4/projects/7/packages/npm/:_authToken=${CI_JOB_TOKEN}
@general:registry=https://gitlab.br.de/api/v4/projects/919/packages/npm/
//gitlab.ard.de/api/v4/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",
"description": "Simple Config with ENV Support",
"main": "index.js",
......@@ -24,7 +24,7 @@
"jest": "^26.6.1"
},
"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": {
"collectCoverage": true,
......
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