Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Dec 4, 2023
1 parent 0e5eb6a commit 058f65c
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 058f65c

Please sign in to comment.