Skip to content

Commit

Permalink
[TASK] use local php.ini as overlay
Browse files Browse the repository at this point in the history
Part of #1354
  • Loading branch information
Starkmann committed Feb 3, 2025
1 parent 7c9d145 commit 28f1791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/pipeline/jobs/.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
before_script:
- bash .gitlab/build/docker_install.sh > /dev/null
variables:
PHP_INI_SCAN_DIR: "/etc/php"
PHP_INI_SCAN_DIR: "/usr/local/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

0 comments on commit 28f1791

Please sign in to comment.