Browse Source

Fix: tidyall expects to find .tidyallrc in --root-dir

tags/1.8.2
Anton Yuzhaninov 5 years ago
parent
commit
870589b0a6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .drone.yml

+ 2
- 1
.drone.yml View File

@@ -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

Loading…
Cancel
Save