summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-02-07 23:18:07 +0100
committerLukas Eipert <leipert@gitlab.com>2019-02-08 00:28:37 +0100
commit7e5c2d23dd430acd04b24d5fa2f59b362b31c1bc (patch)
treeb698c5dd7b368b40e85394e2b1aafebf0ca78216
parent045dcdc2f61372f95d9fd71072f5d31b88e1a12b (diff)
downloadgitlab-ce-leipert-disable-sprocket-caching.tar.gz
Disable caching for sprockets for nowleipert-disable-sprocket-caching
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
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