mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01: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:
parent
a85d14b976
commit
8204165d9c
1 changed files with 0 additions and 1 deletions
|
@ -16,4 +16,3 @@ build-composer-dependencies:
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- .composer
|
- .composer
|
||||||
- .Build
|
|
||||||
|
|
Loading…
Reference in a new issue