Merge branch 'ci/cache' into 'develop'

Change CI caching strategy

See merge request pleroma/pleroma!4153
This commit is contained in:
feld 2024-06-20 13:00:09 +00:00
commit 4a881ba366
2 changed files with 1 additions and 3 deletions

View file

@ -18,9 +18,7 @@ workflow:
- if: $CI_COMMIT_BRANCH
cache: &global_cache_policy
key:
files:
- mix.lock
key: $CI_JOB_IMAGE-$CI_COMMIT_SHORT_SHA
paths:
- deps
- _build

View file