Browse Source

[Minor] Fix CI pipeline

tags/2.6
Vsevolod Stakhov 4 years ago
parent
commit
14304daa7e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -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

Loading…
Cancel
Save