summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 2ccdf4f78..179f4aeaa 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -139,7 +139,7 @@ steps:
if [ $EXIT_CODE -gt 128 ]; then
gdb --batch -ex 'bt' -c /var/tmp/*.rspamd-test.core ./rspamd-test;
fi
- - cat /tmp/ubsan.*
+ - cat /tmp/ubsan.* || true
- exit $EXIT_CODE
- name: functional