summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-10-29 14:43:45 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2020-10-29 14:43:45 +0100
commitc2858f6c1070d7baa87d2f433746adec5042531e (patch)
tree821caa9f81b2390f0ee07c9ad10ee306b691ec5b
parent395cec8d03d150f31363be7ef2ec800f6775bff9 (diff)
Gitlab CI: Remove Python Black check, as its behaviour differs between versions
-rw-r--r--.gitlab-ci.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 498f371..f524a29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,15 +3,6 @@ image: debian:bullseye
stages:
- test
-lint_python:
- stage: test
- script:
- - apt-get update -qy
- - apt-get install -y black
- - find bin lib -type f -name '*.py' | xargs black --check --diff
- rules:
- - if: '$CI_COMMIT_BRANCH == "master"'
-
run_tests:
stage: test
script: