mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +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
|
||||
|
||||
stages:
|
||||
- audit
|
||||
- test
|
||||
- build
|
||||
- deploy
|
||||
|
||||
lint:
|
||||
audit:
|
||||
stage: audit
|
||||
script:
|
||||
- yarn install
|
||||
- yarn audit
|
||||
except:
|
||||
- tags
|
||||
|
||||
lint:
|
||||
stage: test
|
||||
script:
|
||||
- yarn install
|
||||
|
Loading…
Reference in New Issue
Block a user