From c60133354f2644739e3f456e6f7263a06a466e0d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 21 Jun 2019 12:27:51 +0100 Subject: [Minor] Fix pipeline --- .drone.yml | 4 ++-- 1 file 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 -- cgit v1.2.3