Fix running codeception without SKIP_DEPS=1
[MAILPOET-2349]
This commit is contained in:
committed by
Pavel Dohnal
parent
f4840e61fe
commit
92738c57c8
@@ -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
|
||||||
|
Reference in New Issue
Block a user