Skip to content

Commit 7967733

Browse files
removed INT signal from cleanup trap in the deployment script
1 parent aa89257 commit 7967733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/selecting_team_config_and_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ cleanup_on_exit() {
119119
}
120120

121121
# Set up trap to ensure cleanup happens on exit
122-
trap cleanup_on_exit EXIT INT TERM
122+
trap cleanup_on_exit EXIT TERM
123123

124124
function test_azd_installed() {
125125
if command -v azd &> /dev/null; then

0 commit comments

Comments
 (0)