drop code check

This commit is contained in:
Wolfgang Hottgenroth 2022-03-03 17:24:58 +01:00
parent 72f9d97402
commit c88fcd5950

View File

@ -2,16 +2,6 @@ stages:
- check
- 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:
stage: check