From 9a8ad567689649e4a34c7a7db871af76549f968e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 13 Oct 2017 14:37:51 +0100 Subject: .gitlab-ci.yml: Point the cache to the correct gits location --- .gitlab-ci.yml | 4 ++-- 1 file 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 -- cgit v1.2.1