From: Anton Yuzhaninov Date: Thu, 20 Jun 2019 18:14:03 +0000 (+0200) Subject: [Minor] CI: show perltidy/tidyall versions X-Git-Tag: 2.0~760^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=353bef24678bf508c98aa2d86d3e662fda673a9a;p=rspamd.git [Minor] CI: show perltidy/tidyall versions Different perltidy versions format code differently. --- diff --git a/.drone.yml b/.drone.yml index d28b235ad..8d258d4b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,6 +72,8 @@ pipeline: image: rspamd/ci-perl-tidyall group: build commands: + - tidyall --version + - perltidy --version | head -1 # checks are configured in .tidyallrc at the top of rspamd repo - tidyall --all --check-only --no-cache --data-dir /tmp/tidyall