Skip to content
Snippets Groups Projects
Commit eb3a67eb authored by Fabrice Le Goff's avatar Fabrice Le Goff
Browse files

CI: added TDAQ env setup

parent 9a0eb33d
No related branches found
No related tags found
No related merge requests found
Pipeline #737179 failed
...@@ -3,5 +3,6 @@ pylint_check: ...@@ -3,5 +3,6 @@ pylint_check:
tags: tags:
- tdaq - tdaq
script: script:
- "export PYTHONPATH=$PWD/mailinglogger:$PYTHONPATH" - source /afs/cern.ch/atlas/project/tdaq/cmake/cmake_tdaq/bin/cm_setup.sh nightly
- "/cvmfs/sft.cern.ch/lcg/views/$TDAQ_LCG_RELEASE/$CMTCONFIG/bin/pylint $(find Script/ -name '*.py' -a -not -name config.py) || exit 1" - export PYTHONPATH="$PWD/mailinglogger:$PYTHONPATH"
- /cvmfs/sft.cern.ch/lcg/views/$TDAQ_LCG_RELEASE/$CMTCONFIG/bin/pylint $(find Script/ -name '*.py' -a -not -name config.py) || exit 1
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