From b09d7e4387d6fc637075186532ecd80808606e86 Mon Sep 17 00:00:00 2001 From: lizw Date: Tue, 22 Mar 2022 17:51:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20wms8/build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms8/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wms8/build.sh b/wms8/build.sh index 5507157..5764d92 100644 --- a/wms8/build.sh +++ b/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"