소스 검색

dsl/build.sh

lizw 2 년 전
부모
커밋
c56ef2bd08
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      dsl/build.sh

+ 2 - 0
dsl/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"