Commit 3f4bc624 by sikang

update script

parent 460587bb
...@@ -107,6 +107,9 @@ class Shell: ...@@ -107,6 +107,9 @@ class Shell:
"cd lib_base || { echo \"lib_base not exist!\"; exit 1; }", "cd lib_base || { echo \"lib_base not exist!\"; exit 1; }",
"git checkout . && git clean -df", "git checkout . && git clean -df",
"git reset --hard origin/master", "git reset --hard origin/master",
"cd ../cash_plugin_toolbox",
"git checkout . && git clean -df",
"git reset --hard origin/master"
) )
os.system(command) os.system(command)
......
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