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:
Raoul Snyman 2019-10-29 22:58:30 +00:00
commit 60a69f8666
1 changed files with 2 additions and 3 deletions

View File

@ -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