Remove duplicate post-review key in pipelines

Change-Id: Ieda0d233748df5dd52bf139eb17b20b12f021ddb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-10-25 14:32:20 -04:00
parent e4c65cfdf2
commit fa94cf76cc
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 4 deletions

View File

@ -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