summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-12-21 09:52:15 +0100
committerVarac <varac@leap.se>2017-12-21 11:27:06 +0100
commit448262489d7154f2868513220f2ab1d1f4902df8 (patch)
tree40b494151f5ba7af60adca37b49a70585faf1c9c
parentbf6c56d86c7ba45e7ca766d990a9e9162025e5ac (diff)
CI: Disable global caching and use default caching
from https://docs.gitlab.com/ce/ci/yaml/README.html#cache: "By default caching is enabled and shared between pipelines and jobs, starting from GitLab 9.0"
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7a79d11..64583fd1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,10 @@
---
image: 0xacab.org:4567/leap/docker/ruby:latest
-# This is for caching the gems not only between the stages, but also
-# persistent on the gitlab-runner so we don't need to install from
-# scratch on every pipeline
cache:
- key: "global_platform_cache_between_pipelines"
untracked: true
paths:
+ # Cache gems
- tests/platform-ci/vendor/
before_script: