Commit 1ca9cc6d by sikang

update

parent 2df09a24
......@@ -99,6 +99,7 @@ class Shell:
% (
"cd %s" % config['root'],
"git checkout . && git clean -df",
"git reset --hard origin/%s"%config['git_branch'],
"cd lib_base || { echo \"lib_base not exist!\"; exit 1; }",
"git checkout . && git clean -df",
"git reset --hard origin/master",
......
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