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

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

parent 886d7a2f
Branches 13-add-and-use-local-storage-in-pipeline
No related tags found
No related merge requests found
Pipeline #96339 failed
Pipeline: reconstruction_benchmarks

#96352

    Pipeline: detector_benchmarks

    #96351

      Pipeline: physics_benchmarks

      #96350

        +3
        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 ...@@ -290,8 +290,9 @@ COPY singularity.d /.singularity.d
        ## Fixup /opt/detector/epic-git.fcf90937193c983c0af2acf1251e01f2e2c3a259_main ## Fixup /opt/detector/epic-git.fcf90937193c983c0af2acf1251e01f2e2c3a259_main
        RUN <<EOF RUN <<EOF
        shopt -s nullglob shopt -s nullglob
        for detector in /opt/detector/epic-git.*_* ; do cd /opt/detector
        ln -s ${detector} /opt/detector/epic-${detector/*_/} for detector in epic-git.*_* ; do
        ln -s ${detector} epic-${detector/*_/}
        done done
        EOF 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