Skip to content

Commit

Permalink
ignore development files on production env
Browse files Browse the repository at this point in the history
Signed-off-by: MarioRadu <[email protected]>
  • Loading branch information
MarioRadu committed Dec 12, 2024
1 parent ebfd1fb commit bd1e88d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .laminas-ci/pre-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if [[ ${COMMAND} =~ phpunit ]];then
apt-get install php"${PHP_VERSION}"-sqlite3

cp config/autoload/local.php.dist config/autoload/local.php
cp config/autoload/mail.global.php.dist config/autoload/mail.global.php
cp config/autoload/local.test.php.dist config/autoload/local.test.php

fi

0 comments on commit bd1e88d

Please sign in to comment.