From fa94cf76ccdf8c05b48a9d664b349da11e0f1024 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 25 Oct 2017 14:32:20 -0400 Subject: [PATCH] Remove duplicate post-review key in pipelines Change-Id: Ieda0d233748df5dd52bf139eb17b20b12f021ddb Signed-off-by: Paul Belanger --- zuul.d/pipelines.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index bbcf174d04..96a01dc632 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -154,8 +154,6 @@ - pipeline: name: pre-release - # NOTE(mordred): pre-release pipeline needs access to credentials (eg: pypi). - post-review: true description: When a commit is tagged with a pre-release tag, this pipeline runs jobs that publish archives and documentation. manager: independent precedence: high @@ -175,8 +173,6 @@ - pipeline: name: release - # NOTE(pabelanger): release pipeline needs access to credentials (eg: pypi). - post-review: true description: When a commit is tagged as a release, this pipeline runs jobs that publish archives and documentation. manager: independent precedence: high