summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfalkenhagen <jfalkenhagen@uos.de>2020-07-11 17:23:03 +0200
committerjfalkenhagen <jfalkenhagen@uos.de>2020-07-11 17:23:03 +0200
commit5b5fb3103d8305eed9d6828858509013bfe60e97 (patch)
tree771235b3d1f72d35c1198d6564c1b458d0461ec4
parent4dc7c23ada35fc2b64685f1eb9df18a5104aaa2c (diff)
Removed black from gitlab-ci for the moment
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52d6e1c..f397fcd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,13 +3,6 @@ image: debian:bullseye
stages:
- test
-lint_python:
- stage: test
- script:
- - apt-get update -qy
- - apt-get install -y black
- - black --check --diff bin
-
run_tests:
stage: test
script: