]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Simplify: default working directory is source root
authorAnton Yuzhaninov <citrin+git@citrin.ru>
Tue, 23 Oct 2018 00:26:29 +0000 (20:26 -0400)
committerAnton Yuzhaninov <citrin+git@citrin.ru>
Tue, 23 Oct 2018 00:26:29 +0000 (20:26 -0400)
.drone.yml

index db058727df09663d5c41fc15ffdb5692aba38308..76962e6e60677abda18b95ca11e96e37683716dc 100644 (file)
@@ -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