From 386888f1effaa2a2177143ff4dc47f8da6173d61 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Fri, 13 Dec 2024 00:49:51 +0200 Subject: [PATCH] fix: update `wordpress` dependency condition to `service_completed_successfully` --- assets/dev-env.lando.template.yml.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/dev-env.lando.template.yml.ejs b/assets/dev-env.lando.template.yml.ejs index 536cfeaf7..bfcc12bed 100644 --- a/assets/dev-env.lando.template.yml.ejs +++ b/assets/dev-env.lando.template.yml.ejs @@ -73,7 +73,7 @@ services: devtools: condition: service_completed_successfully wordpress: - condition: service_started + condition: service_completed_successfully <% if ( muPlugins.mode == 'image' ) { %> vip-mu-plugins: condition: service_started