Merge "remove some debugging for release git clone"

This commit is contained in:
Zuul
2017-10-25 13:55:40 +00:00
committed by Gerrit Code Review

View File

@@ -114,12 +114,6 @@ function clone_repo {
# Clone the repository using the given branch.
$_functions_bindir/clone_repo.sh $branch_arg $branch $repo
# TODO(fungi) this can be cleaned up once we're sure it's not the issue
ls -al ~/.ssh/ || echo "could not ls ~/.ssh"
cat ~/.gitconfig || echo "could not cat ~/.gitconfig file"
(cd $repo && cat .git/config) || echo "could not cat .git/config in $(pwd)"
(cd $repo && ssh -vvv -p 29418 release@review.openstack.org gerrit version ) || echo "could not connect to gerrit via ssh"
# We assume the job uses a git_config task to configure git
# properly.
(cd $repo && git review -s -v)