Quellcode durchsuchen

优化 wms8/build.sh

lizw vor 3 Jahren
Ursprung
Commit
b09d7e4387
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      wms8/build.sh

+ 2 - 0
wms8/build.sh

@@ -68,6 +68,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"