Merge pull request #7828 from thalesmg/fix-update-appup-force-clean

fix(update_appup): clean untracked nested git directories
This commit is contained in:
Thales Macedo Garitezi 2022-04-29 15:13:32 -03:00 committed by GitHub
commit e8d1e4a708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ else
git fetch "$REMOTE"
fi
git reset --hard
git clean -fdx
git clean -ffdx
git checkout "${PREV_TAG}"
make "$PROFILE"
popd