Fix running codeception without SKIP_DEPS=1

[MAILPOET-2349]
This commit is contained in:
Ján Mikláš
2019-09-09 12:22:57 +02:00
committed by Pavel Dohnal
parent f4840e61fe
commit 92738c57c8

View File

@@ -69,6 +69,7 @@ sed -i "s/define( *'WP_DEBUG', false *);/$CONFIG/" ./wp-config.php
if [[ -z "${SKIP_DEPS}" ]]; then if [[ -z "${SKIP_DEPS}" ]]; then
cd /project cd /project
php composer.phar install php composer.phar install
cd /wp-core
fi fi
# activate MailPoet # activate MailPoet