summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7588d628..9cc5d2d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,8 +14,8 @@ cache:
# Store all the downloaded git and ostree repos in the distributed cache.
# This saves us fetching them from git.baserock.org and further afield
# on every build.
- - cache/ybd_base/gits
- - cache/buildstream/sources/
+ - "${YBD_gits}/"
+ - "${XDG_CACHE_HOME}/buildstream/sources/"
before_script:
# Update to latest BuildStream