Commit 6988d836 authored by Rémy Coutable's avatar Rémy Coutable

Ensure the cache is uploaded by the 'update-rails-cache' job

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent bfddef57
...@@ -194,6 +194,8 @@ update-rails-cache: ...@@ -194,6 +194,8 @@ update-rails-cache:
extends: extends:
- update-setup-test-env-cache - update-setup-test-env-cache
- .rails-cache - .rails-cache
cache:
policy: push # We want to rebuild the cache from scratch to ensure stale dependencies are cleaned up.
.coverage-base: .coverage-base:
extends: 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