forked from openlp/openlp
Merge branch 'remove-lint-stage' into 'master'
Remove lint stage to speed up tests See merge request openlp/openlp!59
This commit is contained in:
commit
60a69f8666
@ -1,17 +1,16 @@
|
||||
stages:
|
||||
- lint
|
||||
- test
|
||||
- deploy
|
||||
|
||||
lint-python:
|
||||
stage: lint
|
||||
stage: test
|
||||
image: openlp/debian
|
||||
script:
|
||||
- sh scripts/generate_resources.sh
|
||||
- flake8
|
||||
|
||||
lint-javascript:
|
||||
stage: lint
|
||||
stage: test
|
||||
image: openlp/angular
|
||||
script:
|
||||
- yarn install
|
||||
|
Loading…
Reference in New Issue
Block a user