drop code check
This commit is contained in:
parent
72f9d97402
commit
c88fcd5950
@ -2,16 +2,6 @@ stages:
|
|||||||
- check
|
- check
|
||||||
- release
|
- release
|
||||||
|
|
||||||
build:
|
|
||||||
stage: check
|
|
||||||
image: registry.hottis.de/dockerized/base-build-env:1.5.2-bullseye
|
|
||||||
tags:
|
|
||||||
- bash
|
|
||||||
- linux
|
|
||||||
- docker
|
|
||||||
script:
|
|
||||||
- for I in src/*.py; do python -m py_compile $I; done
|
|
||||||
- for I in src/*.py; do python -m pycodestyle --max-line-length=120 $I; done
|
|
||||||
|
|
||||||
check:
|
check:
|
||||||
stage: check
|
stage: check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user