update post-sync.py.

This commit is contained in:
马明帅
2021-06-22 03:08:19 +00:00
committed by Gitee
parent 250e92cab8
commit f6ecfbcaa3
+2 -2
View File
@@ -1,7 +1,7 @@
import os, sys
def main(**kwargs):
#print("Execute prebuild_download", file=sys.stdout)
#os.system("prebuild_download")
print("Execute prebuild_download", file=sys.stdout)
os.system("./build/prebuilts_download.sh")
print("Execute repo forall git lfs pull", file=sys.stdout)
os.system("repo forall -c git lfs pull")