diff options
author | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-10-22 20:26:29 -0400 |
---|---|---|
committer | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-10-22 20:26:29 -0400 |
commit | a9ea9d8bcd0092abafb3b967951fef5c493c0d7d (patch) | |
tree | c1269bcd53d403d0b8113735e3e1c7f00a9ab8bd /.drone.yml | |
parent | 793ef2dddcd091532b7761ed165b07911cd51297 (diff) | |
download | rspamd-a9ea9d8bcd0092abafb3b967951fef5c493c0d7d.tar.gz rspamd-a9ea9d8bcd0092abafb3b967951fef5c493c0d7d.zip |
Simplify: default working directory is source root
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
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 |