mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +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
|
- build
|
||||||
script:
|
script:
|
||||||
- npm audit
|
- npm audit
|
||||||
|
allow_failure: true
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
scheduled-audit:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- npm audit
|
||||||
|
only:
|
||||||
|
- schedules
|
||||||
|
|
||||||
test:ci:
|
test:ci:
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user