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 db058727d..76962e6e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ pipeline: group: build commands: # checks are configured in .tidyallrc at the top of rspamd repo - - tidyall --all --root-dir $CI_WORKSPACE --check-only --no-cache --data-dir /tmp/tidyall + - tidyall --all --check-only --no-cache --data-dir /tmp/tidyall # We run rspamd-test (unit test) and functional test (runned by robot) in # parallel to save time. To avoid conflict in saving lua coverage we run them |