Skip to content
Snippets Groups Projects
Commit 464a0c6c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data.gitlab-ci] Use relative cache paths

parent 20c863fd
No related branches found
No related tags found
1 merge request!318Use relative cache paths
Pipeline #64691 passed
......@@ -33,7 +33,7 @@ stages:
- conda clean --all
cache:
paths:
- ${XDG_CACHE_HOME}/torch
- .cache/torch
# Build target
......
......@@ -27,8 +27,8 @@ stages:
cache:
paths:
- miniconda.sh
- ${XDG_CACHE_HOME}/torch
- ${XDG_CACHE_HOME}/pre-commit
- .cache/torch
- .cache/pre-commit
# Build targets
......
......@@ -31,8 +31,8 @@ stages:
cache:
paths:
- miniconda.sh
- ${XDG_CACHE_HOME}/torch
- ${XDG_CACHE_HOME}/pre-commit
- .cache/torch
- .cache/pre-commit
# Build targets
......
......@@ -42,9 +42,9 @@ build:
cache:
key: "build-py"
paths:
- ${XDG_CACHE_HOME}/pip
- ${XDG_CACHE_HOME}/torch
- ${XDG_CACHE_HOME}/pre-commit
- .cache/pip
- .cache/torch
- .cache/pre-commit
# Test targets
......
......@@ -31,8 +31,8 @@ stages:
cache:
paths:
- miniconda.sh
- ${XDG_CACHE_HOME}/torch
- ${XDG_CACHE_HOME}/pre-commit
- .cache/torch
- .cache/pre-commit
# Build targets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment