mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-04-24 23:00:51 +02:00
[BUGFIX] GitLab CI Pipeline (#1640)
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: #1354, #1636 Co-authored-by: Eike Starkmann <eike.starkmann@posteo.de>
This commit is contained in:
parent
b320327266
commit
931463d099
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue