Skip to content
Snippets Groups Projects
Commit 09823b13 authored by Simon Künzel's avatar Simon Künzel
Browse files

fixup! Add package caching for CI

parent af38477a
Branches
Tags
No related merge requests found
Pipeline #7324 failed
Pipeline: backend

#7325

    ...@@ -7,12 +7,13 @@ generate-pipeline: ...@@ -7,12 +7,13 @@ generate-pipeline:
    image: python:3.13-slim image: python:3.13-slim
    script: script:
    - >- - >-
    python build_pipeline_generator.py \ python build_pipeline_generator.py
    --ci-pipeline-dest child-pipeline.yml \ --ci-pipeline-dest child-pipeline.yml
    --commit-sha $CI_COMMIT_SHA \ --commit-sha $CI_COMMIT_SHA
    --commit-tag $CI_COMMIT_TAG \ --commit-tag $CI_COMMIT_TAG
    api job_controller \ api job_controller
    $(find job_controller/jobs/ -mindepth 1 -maxdepth 1) $(find job_controller/jobs/ -mindepth 1 -maxdepth 1)
    artifacts: artifacts:
    expire_in: 1 week expire_in: 1 week
    paths: paths:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment