commit: 4a881ba366a9b067e8f6bbd30ce12a30ab0724a1
parent d4563f67e09934a23abb230629fa546f548d5f15
Author: feld <feld@feld.me>
Date: Thu, 20 Jun 2024 13:00:09 +0000
Merge branch 'ci/cache' into 'develop'
Change CI caching strategy
See merge request pleroma/pleroma!4153
Diffstat:
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -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
diff --git a/changelog.d/ci-cache.skip b/changelog.d/ci-cache.skip