Skip to content

Commit

Permalink
move-echo
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Sep 14, 2024
1 parent 9291433 commit 2d82374
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build-hotrod-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2024 The Jaeger Authors.
# SPDX-License-Identifier: Apache-2.0

set -euxf -o pipefail
set -euf -o pipefail

print_help() {
echo "Usage: $0 [-h] [-l] [-o] [-p platforms]"
Expand Down Expand Up @@ -38,6 +38,8 @@ while getopts "hlop:" opt; do
esac
done

set -x

dump_logs() {
local compose_file=$1
echo "::group:: Hotrod logs"
Expand Down

0 comments on commit 2d82374

Please sign in to comment.