mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-04-24 23:00:51 +02:00

[BUGFIX] GitLab CI Pipeline ()

The CI didn't had the PHP intl extension enabled.
We now use the existing `php.ini` also within the GitLab CI.
This already enabled the already installed extension, and therefore
allows to install the composer dependencies and pass the CI.

Resolves: , 

Co-authored-by: Eike Starkmann <eike.starkmann@posteo.de>
This commit is contained in:
Daniel Siepmann (Codappix) 2025-04-07 11:49:40 +02:00 committed by GitHub
parent b320327266
commit 931463d099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,5 @@
image: ghcr.io/typo3/core-testing-php83:latest
before_script:
- bash .gitlab/build/docker_install.sh > /dev/null
variables:
PHP_INI_SCAN_DIR: "/etc/php"
script:
- cp $CI_PROJECT_DIR/.gitlab/pipeline/ci/php.ini /usr/local/etc/php/php.ini; # copy php.ini into image
- cp $CI_PROJECT_DIR/.gitlab/pipeline/ci/php.ini /usr/local/etc/php/conf.d/z_php.ini; # copy php.ini into image