From 05850ef61623ba73bfa80383bb3d383305ea860c Mon Sep 17 00:00:00 2001 From: fstagni Date: Fri, 27 Oct 2023 17:00:36 +0200 Subject: [PATCH] debug --- .github/workflows/integration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 71bb61c1..fab13bc1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -254,7 +254,9 @@ jobs: run: | cd Pilot export VO_LHCB_SW_DIR=${GITHUB_WORKSPACE}/Pilot - curl https://lhcbdirac.s3.cern.ch/Pilot3/LHCbPilotCommands.py -o LHCbPilotCommands.py + + curl https://gitlab.cern.ch/fstagni/LHCbPilot/-/raw/debug/LHCbPilot/LHCbPilotCommands.py -o LHCbPilotCommands.py + cp ../tests/CI/${{ matrix.pilot_schema }} pilot.json sed -i "s/VAR_JENKINS_SITE/DIRAC.Jenkins.ch/g" pilot.json sed -i "s/VAR_JENKINS_CE/jenkins-lhcb.cern.ch/g" pilot.json