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:
parent
e46e0d8f19
commit
0e4ef2e184
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue