From a9ea9d8bcd0092abafb3b967951fef5c493c0d7d Mon Sep 17 00:00:00 2001 From: Anton Yuzhaninov Date: Mon, 22 Oct 2018 20:26:29 -0400 Subject: [PATCH] Simplify: default working directory is source root --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index db058727df..76962e6e60 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ pipeline: group: build commands: # 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 + - tidyall --all --check-only --no-cache --data-dir /tmp/tidyall # We run rspamd-test (unit test) and functional test (runned by robot) in # parallel to save time. To avoid conflict in saving lua coverage we run them -- 2.47.3