Commit fbc58052 authored by Albert Salim's avatar Albert Salim

Merge branch 'fix-update-rails-cache-which-doesnt-upload-cache' into 'master'

Ensure the cache is uploaded by the 'update-rails-cache' job [UPDATE CACHE]

See merge request gitlab-org/gitlab!54249
parents 61f27ddc 6988d836
......@@ -194,6 +194,8 @@ update-rails-cache:
extends:
- update-setup-test-env-cache
- .rails-cache
cache:
policy: push # We want to rebuild the cache from scratch to ensure stale dependencies are cleaned up.
.coverage-base:
extends:
......
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