commit c601333: [Minor] Fix pipeline
Vsevolod Stakhov
vsevolod at highsecure.ru
Fri Jun 21 11:42:05 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-06-21 12:27:51 +0100
URL: https://github.com/rspamd/rspamd/commit/c60133354f2644739e3f456e6f7263a06a466e0d (HEAD -> master)
[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
More information about the Commits
mailing list