lint added
This commit is contained in:
parent
3984829ccc
commit
00ef0abe80
@ -1,5 +1,4 @@
|
|||||||
stages:
|
stages:
|
||||||
- lint
|
|
||||||
- build
|
- build
|
||||||
- deploy-dev
|
- deploy-dev
|
||||||
- deploy-prod
|
- deploy-prod
|
||||||
@ -8,13 +7,6 @@ variables:
|
|||||||
SOLUTIONS_ROOT_EXTERNAL: "/sprint-data/data/solutions"
|
SOLUTIONS_ROOT_EXTERNAL: "/sprint-data/data/solutions"
|
||||||
DB_HOST: "postgres"
|
DB_HOST: "postgres"
|
||||||
|
|
||||||
lint:
|
|
||||||
stage: lint
|
|
||||||
tags:
|
|
||||||
- main
|
|
||||||
script:
|
|
||||||
- mypy --ignore-missing-imports .
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user