Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jul 19, 2024
1 parent d847dff commit 6f855c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hotrod-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ if [[ "$span_count" -lt "$EXPECTED_SPANS" ]]; then
exit 1
fi

# Ensure the image is published after successful test (with -l flag)
# Ensure the image is published after successful test (maybe with -l flag if on a pull request)
bash scripts/build-upload-a-docker-image.sh ${LOCAL_FLAG} -c example-hotrod -d examples/hotrod -p "${platforms}"

0 comments on commit 6f855c4

Please sign in to comment.