Skip to content

Commit 0297668

Browse files
committed
chore: Enable tracing mode for release.sh
`set -x` shows what commands ran, which helps us identify what failed in the release process. Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
1 parent 84e6f5c commit 0297668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
# fail if we encounter an error, uninitialized variable or a pipe breaks
7-
set -eu -o pipefail
7+
set -eux -o pipefail
88

99
FC_TOOLS_DIR=$(dirname $(realpath $0))
1010
source "$FC_TOOLS_DIR/functions"

0 commit comments

Comments
 (0)