Skip to content

Commit debd8ca

Browse files
committed
Do cleanup even if the release script is interrupted
1 parent ad997b4 commit debd8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cleanup() {
2121
done
2222
}
2323

24-
trap cleanup EXIT
24+
trap cleanup EXIT INT TERM
2525

2626
for arch in i686 x86_64 armv7 aarch64; do
2727
temp=$(uuidgen)

0 commit comments

Comments
 (0)