mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-21 23:56:12 +01:00

[TASK] Copy php.ini with cp

cause key "volumes" are not supported by GitLab
This commit is contained in:
Bernd Sengupta 2024-10-07 17:42:59 +02:00
parent e46e0d8f19
commit 0e4ef2e184

View file

@ -4,5 +4,5 @@
- bash .gitlab/build/docker_install.sh > /dev/null - bash .gitlab/build/docker_install.sh > /dev/null
variables: variables:
PHP_INI_SCAN_DIR: "/etc/php" PHP_INI_SCAN_DIR: "/etc/php"
volumes: script:
- ./ci/php.ini:/usr/local/etc/php/php.ini - cp $CI_PROJECT_DIR/.gitlab/pipeline/ci/php.ini /usr/local/etc/php/php.ini; # copy php.ini into image