summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-07-15 16:25:01 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-24 20:59:36 +0100
commit2b2fe98a46645f097f7b0f8d6e9a13a9b8e9c253 (patch)
tree923794e9cea1227524be3af839a392c811ec4b6a
parent94039f2e0e9b04f10f0431f0524f31b06d03e595 (diff)
downloaddefinitions-jjardon/cache.tar.gz
.gitlab-ci.yml: Use gitlab cache to store git reposjjardon/cache
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b1a0850..7330df69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,11 @@ image: debian:stretch
variables:
YBD_base: "/cache/ybd_base"
+ YBD_gits: "/cache/ybd_base/gits"
+
+cache:
+ paths:
+ - "${YBD_gits}/"
stages:
- validate