From e7f3882a971cec82c48e33a897258e733d9261f4 Mon Sep 17 00:00:00 2001 From: Fabrice Le Goff <fabrice.le.goff@cern.ch> Date: Tue, 5 Mar 2019 17:57:55 +0100 Subject: [PATCH] remove CI altogether for maintenance branch --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 7daad9d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,8 +0,0 @@ -pylint_check: - image: gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:trigger - tags: - - tdaq - script: - - source /afs/cern.ch/atlas/project/tdaq/cmake/cmake_tdaq/bin/cm_setup.sh - - export PYTHONPATH="$PWD/mailinglogger:$PYTHONPATH" - - pylint $(find Script/ -name '*.py' -a -not -name config.py) || exit 1 -- GitLab