Skip to content

Commit 6891a70

Browse files
committed
Update 5.6 image check
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 8bff8e0 commit 6891a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php/EE/Migration/Containers.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ public static function start_container_migration() {
2828
$updated_images = [];
2929

3030
foreach ( $img_versions as $img => $version ) {
31+
if ( 'easyengine/php5.6' === $img ) {
32+
continue;
33+
}
3134
if ( $current_versions[ $img ] !== $version ) {
3235
$updated_images[] = $img;
33-
if ( 'easyengine/php5.6' === $img ) {
34-
continue;
35-
}
3636
self::pull_or_error( $img, $version );
3737
}
3838
}

0 commit comments

Comments
 (0)