summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-10-13 14:37:51 +0100
committerJavier Jardón <jjardon@gnome.org>2017-10-13 14:47:57 +0100
commit9a8ad567689649e4a34c7a7db871af76549f968e (patch)
tree284f5f2d05da7f2908fd429a3817b953a4e68bac
parent2f051c93b708ff01a333f560995fa32b2ffde4fb (diff)
downloaddefinitions-9a8ad567689649e4a34c7a7db871af76549f968e.tar.gz
.gitlab-ci.yml: Point the cache to the correct gits location
-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