From 413a09750735aafdcebe0aca330873e695d12501 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Fri, 13 Oct 2017 11:51:05 +0100 Subject: Store YBD_base in /cache Should we pick up the same runner in another job, artifacts will be reused from this path. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52cf8b5e..18103d7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: # volume. Note that GitLab CI will only cache stuff inside the build # directory. XDG_CACHE_HOME: "${CI_PROJECT_DIR}/cache" - YBD_base: "${CI_PROJECT_DIR}/cache/ybd_base" + YBD_base: "/cache/ybd_base" YBD_gits: "${CI_PROJECT_DIR}/cache/ybd_base/gits" GET_SOURCES_ATTEMPTS: 3 -- cgit v1.2.1