commit 14304da: [Minor] Fix CI pipeline

Vsevolod Stakhov vsevolod at highsecure.ru
Fri May 29 14:49:10 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-05-29 15:43:13 +0100
URL: https://github.com/rspamd/rspamd/commit/14304daa7e4d5ced2126f50ce87887c57a294a40 (HEAD -> master)

[Minor] Fix CI pipeline

---
 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the Commits mailing list