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

add .local to artifacts

parent 8acd4be3
Branches e_pi_sep
No related tags found
No related merge requests found
Pipeline #53927 failed
Pipeline: detector_benchmarks_runner

#53928

    ......@@ -10,6 +10,14 @@ default:
    artifacts:
    expire_in: 72 hours
    paths:
    - .local/benchmarks
    - .local/detector
    - .local/lib
    - .local/bin
    - .local/include
    - .local/share
    - results
    - config
    - juggler.env
    reports:
    dotenv: juggler.env
    ......@@ -36,8 +44,8 @@ common:benchmarks:
    stage: initialize
    needs: ["common:setup"]
    script:
    - git clone ${GITHUB_REPOSITORY} benchmarks
    - git -C benchmarks checkout ${GITHUB_REF}
    - git clone ${GITHUB_REPOSITORY} .local/benchmarks
    - git -C .local/benchmarks checkout ${GITHUB_REF}
    .det_benchmark:
    image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment