Skip to content
Snippets Groups Projects
Commit 9a6f1227 authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[TASK] Use correct global cache key for gitlab workflows

During branching for TYPO3 v13 the GitLab workflow
cache keys has been adjusted. However, the generic
cache key has been missed. Use the correct one now.

Resolves: #103068
Releases: 12.4
Change-Id: I16a5e7e7bfbd9f1ca4c50d8057d1edfaae5b66c1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82831


Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 0dec20ea
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ cache:
# The default key is: "Cache everything created by a 'composer install' for main branch.
# This means jobs using this default key should not create additional stuff in .cache
# directory, for instance by calling a 'npm ci' or 'composer min' or similar.
key: main-composer
key: 12.4-composer
paths:
- .cache
......
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