diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-21 12:27:51 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-21 12:34:59 +0100 |
commit | c60133354f2644739e3f456e6f7263a06a466e0d (patch) | |
tree | 3abf3870646e48c1cf9fab608a0558ed09c4bde2 | |
parent | bb11eb7bb254db984de4106fdefb94763e18aa94 (diff) | |
download | rspamd-c60133354f2644739e3f456e6f7263a06a466e0d.tar.gz rspamd-c60133354f2644739e3f456e6f7263a06a466e0d.zip |
[Minor] Fix pipeline
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 8d258d4b2..b4e443381 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ pipeline: eslint: image: node:10-alpine - group: build + group: tests commands: - npm install - ./node_modules/.bin/eslint -v @@ -70,7 +70,7 @@ pipeline: perl-tidyall: # https://github.com/rspamd/rspamd-build-docker/blob/master/perl-tidyall/Dockerfile image: rspamd/ci-perl-tidyall - group: build + group: tests commands: - tidyall --version - perltidy --version | head -1 |