From 4ace8eda2b98020e583e8f68c0758f28d3b0284d 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 eaa455c8..9902e2cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,12 +17,12 @@ variables: # GitLab defined default key is "default". Reuse this for ybd. key: default paths: - - cache/ybd_base/gits + - "${YBD_gits}/" .bst_cache: &bst_cache cache: key: bst paths: - - cache/buildstream/sources/ + - "${XDG_CACHE_HOME}/buildstream/sources/" .ybd_before_script: &ybd_before_script before_script: -- cgit v1.2.1