Skip to content

Commit 793a9f1

Browse files
authored
Merge branch 'develop' into fix/postfix-configuration
2 parents ff346ab + 0a5a3b5 commit 793a9f1

File tree

4 files changed

+90
-94
lines changed

4 files changed

+90
-94
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ public function theSiteShouldBeMultisite( $site, $type )
210210
{
211211
$result = EE::launch("cd " . EE_SITE_ROOT . "/$site && docker-compose exec --user='www-data' php sh -c 'wp config get SUBDOMAIN_INSTALL'", false, true );
212212

213-
if( $result->stderr ) {
214-
throw new Exception("Found error while executing command: $result->stderr");
215-
}
213+
// if( $result->stderr ) {
214+
// throw new Exception("Found error while executing command: $result->stderr");
215+
// }
216216

217217
if($type === 'subdomain' && trim($result->stdout) !== '1') {
218218
throw new Exception("Expecting SUBDOMAIN_INSTALL to be 1. Got: $result->stdout");

src/Site_WP_Docker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function generate_docker_compose_yml( array $filters = [], $volumes ) {
3535
[ 'name' => 'org.label-schema.vendor=EasyEngine' ],
3636
[ 'name' => 'io.easyengine.site=${VIRTUAL_HOST}' ],
3737
],
38-
'subnet_ip' => $filters['subnet_ip']
3938
],
4039
];
4140

0 commit comments

Comments
 (0)