Don't delete tarballs in run-wheel.sh

run-wheel.sh was deleting tarballs created by run-tarball.sh in the same
job. This meant Jenkins could not copy the tarballs and the tarball jobs
fail. Stop deleting tarballs and delete wheels instead as part of pre
wheel generation house keeping.

Change-Id: I4a850a289726ea6d25c72cf275fbba5aa60289b2
partial-bug: #1325456
This commit is contained in:
Clark Boylan 2014-06-01 21:41:38 -07:00
parent 5935893bfc
commit 48f8c9b7f3

View File

@ -28,7 +28,7 @@ fi
source /usr/local/jenkins/slave_scripts/select-mirror.sh $org $project
rm -f dist/*.tar.gz
rm -f dist/*.whl
tox -evenv pip install wheel
tox -evenv python setup.py bdist_wheel