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

fix: relataive link from epic-main to epic-git.<hash>_main

parent b7665c18
No related branches found
No related tags found
1 merge request!934fix: relative link from epic-main to epic-git.<hash>_main
Pipeline #96357 skipped
This commit is part of merge request !934. Comments created here will be created in the context of that merge request.
......@@ -290,8 +290,9 @@ COPY singularity.d /.singularity.d
## Fixup /opt/detector/epic-git.fcf90937193c983c0af2acf1251e01f2e2c3a259_main
RUN <<EOF
shopt -s nullglob
for detector in /opt/detector/epic-git.*_* ; do
ln -s ${detector} /opt/detector/epic-${detector/*_/}
cd /opt/detector
for detector in epic-git.*_* ; do
ln -s ${detector} epic-${detector/*_/}
done
EOF
......
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