mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Update .gitlab-ci.yml file: don't stop when "yarn audit" reports vulnerabilities.
This commit is contained in:
parent
4c1f4fb2e3
commit
c9858eda89
@ -10,7 +10,7 @@ audit:
|
||||
stage: audit
|
||||
script:
|
||||
- yarn install
|
||||
- yarn audit
|
||||
- yarn audit || true
|
||||
except:
|
||||
- tags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user