mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
ci: allow audit to fail
This commit is contained in:
committed by
Rainer Killinger
parent
fa2c9d7a88
commit
67c814443c
@@ -32,9 +32,19 @@ audit:
|
||||
- build
|
||||
script:
|
||||
- npm audit
|
||||
allow_failure: true
|
||||
except:
|
||||
- schedules
|
||||
tags:
|
||||
- docker
|
||||
|
||||
scheduled-audit:
|
||||
stage: test
|
||||
script:
|
||||
- npm audit
|
||||
only:
|
||||
- schedules
|
||||
|
||||
test:ci:
|
||||
stage: test
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user