diff options
author | jfalkenhagen <jfalkenhagen@uos.de> | 2020-07-11 17:23:03 +0200 |
---|---|---|
committer | jfalkenhagen <jfalkenhagen@uos.de> | 2020-07-11 17:23:03 +0200 |
commit | 5b5fb3103d8305eed9d6828858509013bfe60e97 (patch) | |
tree | 771235b3d1f72d35c1198d6564c1b458d0461ec4 /.gitlab-ci.yml | |
parent | 4dc7c23ada35fc2b64685f1eb9df18a5104aaa2c (diff) |
Removed black from gitlab-ci for the moment
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
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: |