瀏覽代碼

dsl/dashenlin-naning-prd_build.sh

lizw 2 年之前
父節點
當前提交
eb0570b941
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dsl/dashenlin-naning-prd_build.sh

+ 2 - 0
dsl/dashenlin-naning-prd_build.sh

@@ -58,6 +58,8 @@ pullCode() {
   fi
   echo -e "$echoPrefix git checkout $branch $echoSuffix"
   git checkout $branch
+  echo -e "$echoPrefix git checkout . $echoSuffix"
+  git checkout .
   echo -e "$echoPrefix git pull $echoSuffix"
   if [ "`git pull`" == "Already up-to-date." ] && [ $isChange == "1" ]; then
     isChange="0"