aosp-merger: remove merged_repos.txt early

* To be able to re-run the script cleanly

Change-Id: I7eb65bc5d7265d0b4d892cb5c2921a8bec02103c
This commit is contained in:
Chirayu Desai
2022-01-11 05:10:31 +05:30
parent 8beaa422b3
commit f1363b6619
3 changed files with 4 additions and 6 deletions

View File

@@ -52,9 +52,6 @@ for PROJECTPATH in ${PROJECTPATHS} .repo/manifests; do
done
echo "#### Verification complete - no uncommitted changes found ####"
# Remove any existing list of merged repos file
rm -f "${MERGEDREPOS}"
# Ditch any existing staging branches (across all projects)
repo abandon "${STAGINGBRANCH}"