diff options
author | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-10-18 17:35:30 -0400 |
---|---|---|
committer | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-10-18 17:35:30 -0400 |
commit | 870589b0a62e7ef8029542e0327a9a6f7d9545c7 (patch) | |
tree | 34b0b5251abf3bd08c57ab5b1c3aedf10821ba1f /.drone.yml | |
parent | 4914e8b86dd0d0ee0799cb4f7d52ff44de33a175 (diff) | |
download | rspamd-870589b0a62e7ef8029542e0327a9a6f7d9545c7.tar.gz rspamd-870589b0a62e7ef8029542e0327a9a6f7d9545c7.zip |
Fix: tidyall expects to find .tidyallrc in --root-dir
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 |