Skip to content
Snippets Groups Projects
Unverified Commit 7e5c2d23 authored by Lukas Eipert's avatar Lukas Eipert
Browse files

Disable caching for sprockets for now

parent 045dcdc2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment