Revert "add semaphore for publishing to the releases website"

Having a semaphore here broke zuul's ability to figure out what the job
should look like:
http://lists.openstack.org/pipermail/release-job-failures/2018-February/000751.html

This reverts commit 2a9fea62ab.

Change-Id: I2196edc33aee03e9b2695b548b09790ed670e7f7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann
2018-02-01 10:09:22 -05:00
parent ecc9961939
commit 4c470f33c5

View File

@@ -4,12 +4,6 @@
vars:
tox_envlist: list-changes
# We only want one job publishing to the releases website at a time,
# otherwise we will clobber part of the output.
- semaphore:
name: static-publish-releases
max: 1
- project:
name: openstack/releases
check:
@@ -37,4 +31,3 @@
- publish-static:
dependencies:
- tag-releases
semaphore: static-publish-releases