Skip to content

Commit d14e6e8

Browse files
authored
fix CI (qdrant#181)
1 parent 5cfdb0b commit d14e6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function handle_term() {
1313
echo "failed=timeout" >> $GITHUB_OUTPUT
1414
}
1515

16-
trap 'handle_err' ERR INT EXIT
16+
trap 'handle_err' ERR
1717
trap 'handle_term' TERM
1818

1919
# Script, that runs benchmark within the GitHub Actions CI environment

0 commit comments

Comments
 (0)