commit 353bef2: [Minor] CI: show perltidy/tidyall versions

Anton Yuzhaninov citrin+git at citrin.ru
Thu Jun 20 18:35:03 UTC 2019


Author: Anton Yuzhaninov
Date: 2019-06-20 20:14:03 +0200
URL: https://github.com/rspamd/rspamd/commit/353bef24678bf508c98aa2d86d3e662fda673a9a

[Minor] CI: show perltidy/tidyall versions
Different perltidy versions format code differently.

---
 .drone.yml | 2 ++
 1 file changed, 2 insertions(+)

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
 


More information about the Commits mailing list