From 870589b0a62e7ef8029542e0327a9a6f7d9545c7 Mon Sep 17 00:00:00 2001 From: Anton Yuzhaninov Date: Thu, 18 Oct 2018 17:35:30 -0400 Subject: [PATCH] Fix: tidyall expects to find .tidyallrc in --root-dir --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5