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
|
||||
cd /project
|
||||
php composer.phar install
|
||||
cd /wp-core
|
||||
fi
|
||||
|
||||
# activate MailPoet
|
||||
|
Reference in New Issue
Block a user