Merge "Clear workspace before cloning in GGP."

This commit is contained in:
Jenkins 2013-07-18 00:53:34 +00:00 committed by Gerrit Code Review
commit 0d48ab4c54

@ -29,6 +29,8 @@ fi
set -x
if [[ ! -e .git ]]
then
ls -a
rm -fr .[^.]* *
git clone $GERRIT_SITE/p/$ZUUL_PROJECT .
fi
git remote set-url origin $GERRIT_SITE/p/$ZUUL_PROJECT