From de19c34ee7f2879f410b9f4552c5c192eff26cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Miko=C5=82ajczyk?= Date: Tue, 21 Jul 2026 11:08:33 +0200 Subject: [PATCH] Remove obsolete --no-rm --- test-node.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-node.bash b/test-node.bash index aa799ff9..9b71da02 100755 --- a/test-node.bash +++ b/test-node.bash @@ -446,7 +446,7 @@ if $build_utils; then if $force_build_utils; then UTILS_NOCACHE="--no-cache" fi - docker compose build --no-rm $UTILS_NOCACHE $LOCAL_BUILD_NODES + docker compose build $UTILS_NOCACHE $LOCAL_BUILD_NODES fi fi @@ -467,7 +467,7 @@ if $blockscout; then fi if $build_node_images; then - docker compose build --no-rm $NODES + docker compose build $NODES fi if $force_init; then