Remove lint stage to speed up tests

This commit is contained in:
Simon Hanna 2019-10-26 19:59:24 +02:00
parent 4408797e52
commit 722112cf23
1 changed files with 2 additions and 3 deletions

View File

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