Install Composer PHAR to tools directory

[MAILPOET-2405]
This commit is contained in:
Jan Jakeš
2019-09-25 14:47:55 +02:00
committed by Jack Kitterhing
parent 26818042f4
commit c0d77e4564
10 changed files with 34 additions and 27 deletions

View File

@ -68,8 +68,8 @@ sed -i "s/define( *'WP_DEBUG', false *);/$CONFIG/" ./wp-config.php
# Example: docker-compose run -e SKIP_DEPS=1 codeception ...
if [[ -z "${SKIP_DEPS}" ]]; then
cd /project
php composer.phar install
cd /wp-core
./tools/vendor/composer.phar install
cd - >/dev/null
fi
# activate MailPoet