mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Merge branch 'allow-audit-failures' into 'master'
Allow the audit step to fail without failing the entire build See merge request openlp/web-remote!66
This commit is contained in:
commit
a78f485a1d
@ -9,11 +9,12 @@ audit:
|
||||
stage: test
|
||||
script:
|
||||
- yarn install
|
||||
- yarn audit || true
|
||||
- yarn audit
|
||||
except:
|
||||
- tags
|
||||
allow_failure: true
|
||||
|
||||
lint:
|
||||
lint:
|
||||
stage: test
|
||||
script:
|
||||
- yarn install
|
||||
|
Loading…
Reference in New Issue
Block a user