Skip to content
Snippets Groups Projects
Commit 4e63e986 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: add /opt/detectors/setup.sh shortcut for backward compatibility

parent 2f911423
No related branches found
No related tags found
1 merge request!889fix: add /opt/detectors/setup.sh shortcut for backward compatibility
Pipeline #90951 failed
......@@ -222,6 +222,9 @@ sed -i -e '/view: false/d' ${SPACK_ENV}/spack.yaml
cat /opt/spack-environment/view.yaml >> ${SPACK_ENV}/spack.yaml
spack -e ${SPACK_ENV} env view regenerate /usr/local
spack -e ${SPACK_ENV} env view regenerate /opt/detectors
if [[ -n $NIGHTLY && -f /opt/detectors/epic ]] ; then
ln -s /opt/detectors/epic-main/setup.sh /opt/detectors/setup.sh
fi
EOF
## Place cvmfs catalogs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment