Skip to content
Snippets Groups Projects
Commit 2f4192f2 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Separate caches for build jobs

parent 63a0a7a5
No related branches found
No related tags found
No related merge requests found
Pipeline #8992 passed
......@@ -46,11 +46,13 @@ build-jpp-master-py35:
image: docker.km3net.de/base/python:3.5
stage: build
script:
- echo "CI_COMMIT_REF_SLUG = $CI_COMMIT_REF_SLUG"
- *dependencies_template
- *virtualenv_definition
cache:
paths:
- venv
key: "py35-$CI_COMMIT_REF_SLUG"
artifacts:
paths:
- venv
......@@ -64,6 +66,7 @@ build-jpp-master-py36:
cache:
paths:
- venv
key: "py36-$CI_COMMIT_REF_SLUG"
artifacts:
paths:
- venv
......@@ -77,6 +80,7 @@ build-jpp-master-py37:
cache:
paths:
- venv
key: "py37-$CI_COMMIT_REF_SLUG"
artifacts:
paths:
- venv
......@@ -90,6 +94,7 @@ build-jpp-master-py38:
cache:
paths:
- venv
key: "py38-$CI_COMMIT_REF_SLUG"
artifacts:
paths:
- venv
......
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