summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2017-10-13 11:51:05 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-10-13 12:21:09 +0100
commit413a09750735aafdcebe0aca330873e695d12501 (patch)
tree510b7ead692d18a5adcff84549d79ceb651dbc3f
parent76983b07e8e4f60761d929f02f0a95671b6c983e (diff)
downloaddefinitions-413a09750735aafdcebe0aca330873e695d12501.tar.gz
Store YBD_base in /cache
Should we pick up the same runner in another job, artifacts will be reused from this path.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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