From fcd5569044a4a5be8eae7cb201f02605dcdccfab Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Tue, 13 Aug 2024 09:42:52 +0200
Subject: [PATCH] GitlabCI: drop Flake check, since we have that on github as
 well

---
 .gitlab-ci.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77122db7a..31f16a39f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,18 +63,6 @@ mac11-clang12-XERCESC:
     reports:
       junit: junit*.xml
 
-Python:
-  stage: build
-  tags:
-    - docker
-  image: ghcr.io/aidasoft/centos7:latest
-  script:
-    - source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh
-    - echo "RUNNING FLAKE8 CHECK"
-    - find . -name "*.py" -exec flake8 {} +
-
-
-
 #############################
 # Documentation Compilation #
 #############################
-- 
GitLab