From 448262489d7154f2868513220f2ab1d1f4902df8 Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 21 Dec 2017 09:52:15 +0100 Subject: 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" --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3