Skip to content
Snippets Groups Projects

Master to main

Merged Sigmund, Dominik requested to merge master into main
4 files
+ 18
7
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 4
6
image: node:latest
include:
- project: 'general/templates'
file: '/cicd/SAST-nodejs.gitlab-ci.yml'
@@ -9,18 +11,16 @@ include:
variables:
SONAR_PROJECT_KEY: metrics
SONAR_TOKEN: 11922a8e774494f51e1d2f0e695949e4073e7df8
NPM_REGISTRY: https://npm.br-edv.brnet.int
NPM_TOKEN: 5w2Gy80rdH+2Tch0afNI6Q==
cache:
paths:
- node_modules/
- docs/
- dist/
stages:
- build
- test
- quality
- publish
build:
@@ -43,6 +43,4 @@ test:
publish:
stage: publish
script:
- npm config set strict-ssl false
- npm config set //${NPM_REGISTRY}/:_authToken ${NPM_TOKEN}
- npm publish --registry $NPM_REGISTRY
- npm publish
Loading