There was an error while loading. Please reload this page.
2 parents a6c9dc3 + de19c34 commit c252a97Copy full SHA for c252a97
1 file changed
test-node.bash
@@ -446,7 +446,7 @@ if $build_utils; then
446
if $force_build_utils; then
447
UTILS_NOCACHE="--no-cache"
448
fi
449
- docker compose build --no-rm $UTILS_NOCACHE $LOCAL_BUILD_NODES
+ docker compose build $UTILS_NOCACHE $LOCAL_BUILD_NODES
450
451
452
@@ -467,7 +467,7 @@ if $blockscout; then
467
468
469
if $build_node_images; then
470
- docker compose build --no-rm $NODES
+ docker compose build $NODES
471
472
473
if $force_init; then
0 commit comments