mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32:47 +00:00
Allow the audit step to fail without failing the entire build
This commit is contained in:
parent
e068db00db
commit
2b9b985ba8
@ -9,9 +9,10 @@ audit:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn audit || true
|
- yarn audit
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user