From e9943fc59967155db8b55a409a7f8c1ef87b7e1a Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Jan 16 2020 14:11:51 +0000 Subject: Fix lint template --- diff --git a/zuul.d/templates.yaml b/zuul.d/templates.yaml index 46df5d9..b631048 100644 --- a/zuul.d/templates.yaml +++ b/zuul.d/templates.yaml @@ -8,19 +8,14 @@ # test fbo # - project-template: - name: rpminspect + name: lint check: jobs: - - rpm-rpminspect: - voting: False + - rpm-linter: dependencies: - rpm-scratch-build - -- project-template: - name: linter - check: - jobs: - - rpm-linter: + - rpm-rpminspect: + voting: False dependencies: - rpm-scratch-build