Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Loading