Skip to content
Snippets Groups Projects
Commit c3f22942 authored by Дмитрий Кибирев's avatar Дмитрий Кибирев
Browse files

ci: unify cache path for shell and docker runners

parent e49d8739
No related branches found
No related tags found
1 merge request!936ci: unify cache path for shell and docker runners
Pipeline #37168 passed
...@@ -19,9 +19,9 @@ variables: ...@@ -19,9 +19,9 @@ variables:
BASE_IMAGE: ${REGISTRY}/picodata-build-base BASE_IMAGE: ${REGISTRY}/picodata-build-base
BASE_IMAGE_LATEST: latest BASE_IMAGE_LATEST: latest
MAIN_BRANCH: &main-branch master MAIN_BRANCH: &main-branch master
CARGO_HOME: /shared-storage/picodata/.cargo CARGO_HOME: /data/shared-storage/picodata/.cargo
CACHE_PATHS: target .venv picodata-webui/node_modules CACHE_PATHS: target .venv picodata-webui/node_modules
CACHE_ARCHIVE: /shared-storage/picodata/cache-v2.tar CACHE_ARCHIVE: /data/shared-storage/picodata/cache-v2.tar
# Helps to tolerate spurious network failures # Helps to tolerate spurious network failures
GET_SOURCES_ATTEMPTS: 3 GET_SOURCES_ATTEMPTS: 3
NO_CACHE: NO_CACHE:
......
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