From: Anton Yuzhaninov Date: Tue, 23 Oct 2018 00:26:29 +0000 (-0400) Subject: Simplify: default working directory is source root X-Git-Tag: 1.8.2~157^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9ea9d8bcd0092abafb3b967951fef5c493c0d7d;p=thirdparty%2Frspamd.git Simplify: default working directory is source root --- 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