]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix pipeline
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 21 Jun 2019 11:27:51 +0000 (12:27 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 21 Jun 2019 11:34:59 +0000 (12:34 +0100)
.drone.yml

index 8d258d4b258011cdbe3073daa1b4378671078bf5..b4e44338124370c43576cb9df2f38865493cf74a 100644 (file)
@@ -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