Merge "Clear workspace before cloning in GGP."
This commit is contained in:
commit
0d48ab4c54
@ -29,6 +29,8 @@ fi
|
|||||||
set -x
|
set -x
|
||||||
if [[ ! -e .git ]]
|
if [[ ! -e .git ]]
|
||||||
then
|
then
|
||||||
|
ls -a
|
||||||
|
rm -fr .[^.]* *
|
||||||
git clone $GERRIT_SITE/p/$ZUUL_PROJECT .
|
git clone $GERRIT_SITE/p/$ZUUL_PROJECT .
|
||||||
fi
|
fi
|
||||||
git remote set-url origin $GERRIT_SITE/p/$ZUUL_PROJECT
|
git remote set-url origin $GERRIT_SITE/p/$ZUUL_PROJECT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user