Commit 76e36b7d by sikang

update script

parent 5c0c9ba0
...@@ -320,7 +320,7 @@ class Function: ...@@ -320,7 +320,7 @@ class Function:
print("no api_mapping") print("no api_mapping")
new_config = Function.load_properties("../../gradle.properties") new_config = Function.load_properties("../../gradle.properties")
os.system("git reset --hard origin/%s" % config['git_branch']) os.system("cd %s\ngit reset --hard origin/%s" % (config['root'],config['git_branch']))
# 还原 # 还原
shutil.copy("%s/cache/logo.png" % target, "%s/logo.png" % img_path) shutil.copy("%s/cache/logo.png" % target, "%s/logo.png" % img_path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment