diff options
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 fdfa0d899..19fcc7da2 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 --removekeywords wuks $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 - > |