avoid creating extra temporary directory in release job

Change-Id: I6afdd99d4f48dde7b183dfab53b98ffb201818e2
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-10-24 14:34:27 -04:00
parent d1f62732ca
commit 877a92c5e7

View File

@ -68,8 +68,6 @@ RELEASES_REPO="$1"
shift
DELIVERABLES="$@"
setup_temp_space
# Configure git to pull the notes where gerrit stores review history
# like who approved a patch.
cd $RELEASES_REPO