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