remove git clean from version.sh

This commit is contained in:
Alexander Frick 2023-10-11 05:21:42 -05:00
parent 819836556f
commit 395fc3c1cd
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ cd ${CR_SRC_DIR} &&
gclient sync --with_branch_heads --with_tags -f -R -D &&
git clean -ffd &&
# git clean -ffd &&
gclient runhooks &&