remove git clean from version.sh
This commit is contained in:
parent
819836556f
commit
395fc3c1cd
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ cd ${CR_SRC_DIR} &&
|
||||||
|
|
||||||
gclient sync --with_branch_heads --with_tags -f -R -D &&
|
gclient sync --with_branch_heads --with_tags -f -R -D &&
|
||||||
|
|
||||||
git clean -ffd &&
|
# git clean -ffd &&
|
||||||
|
|
||||||
gclient runhooks &&
|
gclient runhooks &&
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue