Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Jul 22, 2024
1 parent a10446b commit 09abb35
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,7 @@ if $force_build; then
echo execute from a sub-directory of nitro or use NITRO_SRC environment variable
exit 1
fi
if $espresso; then
docker build "$NITRO_SRC" -t nitro-node-dev --target nitro-node-dev -f "${NITRO_SRC}/Dockerfile"
else
docker build "$NITRO_SRC" -t nitro-node-dev --target nitro-node-dev -f
fi
docker build "$NITRO_SRC" -t nitro-node-dev --target nitro-node-dev -f "${NITRO_SRC}/Dockerfile"
fi
if $dev_build_blockscout; then
if $blockscout; then
Expand Down

0 comments on commit 09abb35

Please sign in to comment.