Commit d7431a38 authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent bc85878b
...@@ -21,9 +21,9 @@ function getCode() ...@@ -21,9 +21,9 @@ function getCode()
if [ -n "$git_branch" ]; then if [ -n "$git_branch" ]; then
git checkout -f $git_branch git checkout -f $git_branch
if [ $? = 0 ]; then if [ $? = 0 ]; then
echo "checkout branch $git_branch is ok". echo "checkout branch $git_branch is ok"
else else
echo "Fail to checkout branch $git_branch". echo "Fail to checkout branch $git_branch"
exit 128 exit 128
fi fi
git pull git pull
......
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