diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 732bec96b..9c1b5d09a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,8 @@ pipeline: image: rspamd/ci-perl-tidyall group: build commands: - - tidyall --all --root-dir /rspamd/src --check-only --no-cache --data-dir /tmp/tidyall + # 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 rspamd-test: # https://github.com/rspamd/rspamd-build-docker/blob/master/ubuntu-test/Dockerfile |