Show output of zuul-cloner

Show the output of zuul-cloner so we can verify that it is using the
cache specified.

Change-Id: If0b856531f50c08ea5d7d24c6b88c6579c8f585a
This commit is contained in:
Doug Hellmann 2015-09-18 16:18:25 +00:00
parent 1b35354264
commit ac6433d90b
1 changed files with 1 additions and 1 deletions

View File

@ -81,6 +81,6 @@ function clone_repo {
branch="master"
fi
title "Cloning $repo"
zuul-cloner --branch "$branch" git://git.openstack.org $repo 2>/dev/null \
zuul-cloner --branch "$branch" git://git.openstack.org $repo \
&& (cd $repo && git review -s)
}