Remove audit from CI jobs
This commit is contained in:
parent
9e34cb495a
commit
c055872cdb
1 changed files with 0 additions and 16 deletions
|
|
@ -1,5 +1,4 @@
|
|||
stages:
|
||||
- test
|
||||
- build
|
||||
- deploy
|
||||
|
||||
|
|
@ -11,21 +10,6 @@ cache:
|
|||
- node_modules/
|
||||
|
||||
|
||||
# Check for dependency vulnerabilities
|
||||
audit:
|
||||
stage: test
|
||||
image: node:latest
|
||||
|
||||
script:
|
||||
- npm audit --json> audit.json
|
||||
|
||||
allow_failure: true
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- "./audit.json"
|
||||
|
||||
|
||||
# Electron app build
|
||||
build:
|
||||
stage: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue