File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public static function start_container_migration() {
5858 }
5959
6060 if ( empty ( $ updated_images ) ) {
61- self :: maybe_update_docker_compose ();
61+
6262 return ;
6363 }
6464
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ private function migrate() {
138138 $ rsp ->add_step ( 'ee-db-migrations ' , 'EE\Migration\Executor::execute_migrations ' );
139139 $ rsp ->add_step ( 'ee-custom-container-migrations ' , 'EE\Migration\CustomContainerMigrations::execute_migrations ' );
140140 $ rsp ->add_step ( 'ee-docker-image-migrations ' , 'EE\Migration\Containers::start_container_migration ' );
141+ $ rsp ->add_step ( 'ee-update-docker-compose ' , 'EE\Migration\Containers::update_docker_compose ' );
141142 return $ rsp ->execute ();
142143 }
143144
You can’t perform that action at this time.
0 commit comments