Skip to content

Commit

Permalink
Fix for gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Dec 4, 2023
1 parent 058f65c commit 0721f70
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/ & ~E_DEPRECATED/g' /usr/local/etc/php/php.ini
awk '/^error_reporting = E_ALL/{print "error_reporting = E_ALL & ~E_DEPRECATED"; next}1' /usr/local/etc/php/php.ini > temp.ini && mv temp.ini /usr/local/etc/php/php.ini

0 comments on commit 0721f70

Please sign in to comment.