Merge "Clear workspace before cloning in GGP."
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user