Skip to content
Open
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 @@ -278,7 +278,7 @@ if $force_build; then
if $tokenbridge || $l3_token_bridge; then
LOCAL_BUILD_NODES="$LOCAL_BUILD_NODES tokenbridge"
fi
docker compose build --no-rm $LOCAL_BUILD_NODES
docker compose build $LOCAL_BUILD_NODES
fi

if $dev_build_nitro; then
Expand All @@ -300,7 +300,7 @@ else
fi

if $force_build; then
docker compose build --no-rm $NODES scripts
docker compose build $NODES scripts
fi

if $force_init; then
Expand Down