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

fix: relative 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 #96699 failed
Pipeline: reconstruction_benchmarks

#96715

    Pipeline: reconstruction_benchmarks

    #96714

      Pipeline: eic/EICrecon: PIDLookup: define momentum cuts to set an explicit boundary between TOF and hpDIRC domains

      #96713

        +3
        ......@@ -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