Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
metrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libs
metrics
Merge requests
!1
Master to main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master to main
master
into
main
Overview
0
Commits
41
Pipelines
2
Changes
4
Merged
Sigmund, Dominik
requested to merge
master
into
main
1 year ago
Overview
0
Commits
41
Pipelines
2
Changes
4
Expand
0
0
Merge request reports
Viewing commit
01eed666
Prev
Next
Show latest version
4 files
+
18
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Unverified
01eed666
merge
· 01eed666
Sigmund, Dominik
authored
4 years ago
.gitlab-ci.yml
+
4
−
6
Options
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