mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 17:56:12 +02:00

[BUGFIX] Do not cache the .Build directory in GitLab CI (#432)

We must not cache this directory. If it is cached, this might cause
Composer to (re-)install dependency version that are not valid for
the current PHP version, which possibly might break the build.
This commit is contained in:
Oliver Klee 2022-04-14 18:09:32 +02:00 committed by GitHub
parent a85d14b976
commit 8204165d9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,3 @@ build-composer-dependencies:
cache:
paths:
- .composer
- .Build