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:
|
stages:
|
||||||
- lint
|
|
||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
lint-python:
|
lint-python:
|
||||||
stage: lint
|
stage: test
|
||||||
image: openlp/debian
|
image: openlp/debian
|
||||||
script:
|
script:
|
||||||
- sh scripts/generate_resources.sh
|
- sh scripts/generate_resources.sh
|
||||||
- flake8
|
- flake8
|
||||||
|
|
||||||
lint-javascript:
|
lint-javascript:
|
||||||
stage: lint
|
stage: test
|
||||||
image: openlp/angular
|
image: openlp/angular
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
Loading…
Reference in New Issue
Block a user