Skip to content
Snippets Groups Projects
Commit fcd55690 authored by Andre Sailer's avatar Andre Sailer
Browse files

GitlabCI: drop Flake check, since we have that on github as well

parent 80c3b721
No related branches found
No related tags found
No related merge requests found
...@@ -63,18 +63,6 @@ mac11-clang12-XERCESC: ...@@ -63,18 +63,6 @@ mac11-clang12-XERCESC:
reports: reports:
junit: junit*.xml 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 # # Documentation Compilation #
############################# #############################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment