mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32:47 +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
|
stage: audit
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn audit
|
- yarn audit || true
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user