summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAnton Yuzhaninov <citrin+git@citrin.ru>2018-10-22 20:26:29 -0400
committerAnton Yuzhaninov <citrin+git@citrin.ru>2018-10-22 20:26:29 -0400
commita9ea9d8bcd0092abafb3b967951fef5c493c0d7d (patch)
treec1269bcd53d403d0b8113735e3e1c7f00a9ab8bd /.drone.yml
parent793ef2dddcd091532b7761ed165b07911cd51297 (diff)
downloadrspamd-a9ea9d8bcd0092abafb3b967951fef5c493c0d7d.tar.gz
rspamd-a9ea9d8bcd0092abafb3b967951fef5c493c0d7d.zip
Simplify: default working directory is source root
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index db058727d..76962e6e6 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