Skip to content

Commit

Permalink
fix: avoid build binaries twice
Browse files Browse the repository at this point in the history
Signed-off-by: Saumya Shah <saumyabshah90@gmail.com>
  • Loading branch information
Saumya40-codes committed Oct 29, 2024
1 parent b1c9962 commit c82cb14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build-hotrod-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ done
bash scripts/build-upload-a-docker-image.sh -l -c example-hotrod -d examples/hotrod -p "${current_platform}"

# Build all-in-one (for v1) or jaeger (for v2) image locally (-l) for integration test
make build BINARY="$BINARY"
if [[ "$BINARY" == "all-in-one" ]]; then
# Build all-in-one image for v1
make build BINARY="$BINARY"
Expand Down

0 comments on commit c82cb14

Please sign in to comment.