Revert "build script", should've been on branch

This reverts commit 66c6a7a32a4301a4599b119098f45da04dddee46.

old-commit-hash: 6b942c94deed1467458b510215e51e263b6ba1ad
This commit is contained in:
Adeeb Shihadeh
2020-07-06 20:16:16 -07:00
parent 466ed6ac10
commit b4978bafc9
2 changed files with 22 additions and 42 deletions
-2
View File
@@ -52,8 +52,6 @@ def run_on_phone(test_cmd):
conn.send(f"cd {SOURCE_DIR}\n")
conn.send("git reset --hard\n")
conn.send("git fetch origin\n")
conn.send("find . -maxdepth 1 -not -path './.git' -not -name '.' -not -name '..' -exec rm -rf '{}' \\;\n")
conn.send(f"git reset --hard {commit}\n")
conn.send(f"git checkout {commit}\n")
conn.send("git clean -xdf\n")
conn.send("git submodule update --init\n")