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

fixup! Add package caching for CI

parent 09823b13
No related branches found
No related tags found
No related merge requests found
Pipeline #7326 failed
Pipeline: backend

#7327

    ......@@ -2,6 +2,9 @@ stages:
    - build
    - run
    variables:
    PARENT_PIPELINE_ID: $CI_PIPELINE_ID
    generate-pipeline:
    stage: build
    image: python:3.13-slim
    ......@@ -9,8 +12,8 @@ generate-pipeline:
    - >-
    python build_pipeline_generator.py
    --ci-pipeline-dest child-pipeline.yml
    --commit-sha $CI_COMMIT_SHA
    --commit-tag $CI_COMMIT_TAG
    --commit-sha "$CI_COMMIT_SHA"
    --commit-tag "$CI_COMMIT_TAG"
    api job_controller
    $(find job_controller/jobs/ -mindepth 1 -maxdepth 1)
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment