Commit 3cd77ed3 authored by Mek Stittri's avatar Mek Stittri

Merge branch 'leipert-disable-sprocket-caching' into 'master'

Disable caching for sprockets for now

See merge request gitlab-org/gitlab-ce!25025
parents 2d70977a 7e5c2d23
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment