Skip to content
Snippets Groups Projects
Commit d8e2d9c2 authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

Merge branch 'art-sept25' into '21.0'

new path for the output of build jobs

See merge request !4917

Former-commit-id: ada272727f5db79a9354f1e43664657a8e5562ca
parents 7df435ca ba9c4a34
No related branches found
No related tags found
No related merge requests found
...@@ -58,9 +58,9 @@ else ...@@ -58,9 +58,9 @@ else
echo "EOS_MGM_URL variable contains", ${EOS_MGM_URL} echo "EOS_MGM_URL variable contains", ${EOS_MGM_URL}
fi fi
TARGETDIR=/eos/atlas/atlascerngroupdisk/data-art/_build-jobs/${SUBDIR} TARGETDIR=/eos/atlas/atlascerngroupdisk/data-art/build-output/${SUBDIR}
if [[ ! -e ${TARGETDIR} ]]; then if [[ ! -e ${TARGETDIR} ]]; then
echo Target directory ${TARGETDIR} echo Target directory ${TARGETDIR}
eos mkdir ${TARGETDIR} eos mkdir -p ${TARGETDIR}
xrdcp -vr ${OUTDIR} ${TARGETDIR} xrdcp -vr ${OUTDIR} ${TARGETDIR}
fi fi
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