diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-10-25 10:56:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 10:56:32 +0100 |
commit | 733c60e01a4c7de619bc5e77bd89c9525b38b31e (patch) | |
tree | 9c299ede84a1918e54249386c9f0a4325d5fadab /.drone.yml | |
parent | 12a513a3fe6d416f352efa581933e4469f8a4c67 (diff) | |
parent | 43ceedc68fe92ffaeb2f5f3bb41087744018e110 (diff) | |
download | rspamd-733c60e01a4c7de619bc5e77bd89c9525b38b31e.tar.gz rspamd-733c60e01a4c7de619bc5e77bd89c9525b38b31e.zip |
Merge pull request #2610 from citrin/functional-test-fix
Fix test case: Cases.210 Clickhouse.001
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 047a9b39d..ff1328300 100644 --- a/.drone.yml +++ b/.drone.yml @@ -94,7 +94,7 @@ pipeline: # use umask to create world-writable files so nobody can write to *.gcda files created by root - umask 0000 - set +e - - RSPAMD_INSTALLROOT=/rspamd/install robot --exclude isbroken $CI_WORKSPACE/test/functional/cases; EXIT_CODE=$? + - RSPAMD_INSTALLROOT=/rspamd/install robot --removekeywords wuks --exclude isbroken $CI_WORKSPACE/test/functional/cases; EXIT_CODE=$? - set -e # upload test results to nginx frontent using WebDAV PUT - > |