From 40ecd7d3ddc24f7bfabaf4e6b8fbf446bf572146 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 19 Oct 2018 16:25:42 +0200 Subject: [PATCH] Remove fetch-tox-output from release-openstack-python We do not use tox -e venv anymore for release-openstack-python, remove it to avoid an failure like: http://logs.openstack.org/33/33d839da8acb93a36a45186d158262f269e9bbd6/release/release-openstack-python/3a9339d/job-output.txt.gz#_2018-10-19_14_13_36_512020 Change-Id: Ib2fd39b0f9b6799e8b5a39044e70b2540b2b5541 --- playbooks/pti-python-tarball/post.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/pti-python-tarball/post.yaml b/playbooks/pti-python-tarball/post.yaml index 961206a236..cf322f38f0 100644 --- a/playbooks/pti-python-tarball/post.yaml +++ b/playbooks/pti-python-tarball/post.yaml @@ -1,6 +1,4 @@ - hosts: all - roles: - - fetch-tox-output post_tasks: - name: Find tarballs and wheels in dist folder.