mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32:47 +00:00
Update .gitlab-ci.yml file: add audit stage.
This commit is contained in:
parent
555519faac
commit
4c1f4fb2e3
@ -1,11 +1,20 @@
|
|||||||
image: openlp/angular
|
image: openlp/angular
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- audit
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
lint:
|
audit:
|
||||||
|
stage: audit
|
||||||
|
script:
|
||||||
|
- yarn install
|
||||||
|
- yarn audit
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
|
|
||||||
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
Loading…
Reference in New Issue
Block a user