Merge pull request #7828 from thalesmg/fix-update-appup-force-clean
fix(update_appup): clean untracked nested git directories
This commit is contained in:
commit
e8d1e4a708
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue