Skip to content

Commit

Permalink
fix: temporary fix to test in Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Jul 27, 2023
1 parent a77f2b7 commit c05bec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CI/pilot_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ fullPilot(){
echo "WARN: cannot source bashrc, trying with diracosrc" >&2
if ! source "${PILOTINSTALLDIR}/diracos/diracosrc"; then
echo "ERROR: cannot source diracos/diracosrc" >&2
DIRACOS="/cvmfs/dirac.egi.eu/dirac/v8.1.0a15/Linux-x86_64"
if ! source "${DIRACOS}/diracosrc"; then
echo "ERROR: cannot source diracosrc" >&2
exit 1
Expand Down

0 comments on commit c05bec7

Please sign in to comment.