From 7e5c2d23dd430acd04b24d5fa2f59b362b31c1bc Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Thu, 7 Feb 2019 23:18:07 +0100 Subject: Disable caching for sprockets for now --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c14fb0c2028..4e8453726a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -388,11 +388,13 @@ flaky-examples-check: .assets-compile-cache: &assets-compile-cache cache: - key: "assets-compile:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:v3" + key: "assets-compile:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:v4" paths: - vendor/ruby/ - .yarn-cache/ - - tmp/cache/assets/sprockets + # We have disabled caching of sprockets for now, as it fails to pick up changes in SCSS: + # https://gitlab.com/gitlab-org/gitlab-ce/issues/57431 + # - tmp/cache/assets/sprockets compile-assets: <<: *dedicated-runner -- cgit v1.2.1