mirror of
https://github.com/openharmony/repohooks.git
synced 2026-06-30 21:57:54 -04:00
update post-sync.py.
This commit is contained in:
+2
-2
@@ -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")
|
||||
Reference in New Issue
Block a user