Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Nov 28, 2023
1 parent 820a2c9 commit ad97ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/build/docker_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ chmod +x /usr/local/bin/composer

docker-php-ext-install pdo_mysql zip mysqli intl
cp /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
sed -i 's/error_reporting = E_ALL/error_reporting = E_ALL & ~E_DEPRECATED/g' /usr/local/etc/php/php.ini
sed -i 's/error_reporting = E_ALL/ & ~E_DEPRECATED/g' /usr/local/etc/php/php.ini

0 comments on commit ad97ea1

Please sign in to comment.