Skip to content

Commit 0828a10

Browse files
committed
Maybe update docker-compose even when no image mirations needed
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 7facc38 commit 0828a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/EE/Migration/Containers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public static function start_container_migration() {
5858
}
5959

6060
if ( empty( $updated_images ) ) {
61+
self::maybe_update_docker_compose();
6162
return;
6263
}
6364

0 commit comments

Comments
 (0)