From: Anton Yuzhaninov Date: Thu, 18 Oct 2018 21:35:30 +0000 (-0400) Subject: Fix: tidyall expects to find .tidyallrc in --root-dir X-Git-Tag: 1.8.2~190^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2601%2Fhead;p=thirdparty%2Frspamd.git Fix: tidyall expects to find .tidyallrc in --root-dir --- diff --git a/.drone.yml b/.drone.yml index 732bec96bd..9c1b5d09a9 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