From 75dc791d7487cbc2a6a2840f06eef831b7de4203 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Fri, 30 Aug 2024 11:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 273def6..54f1fd6 100755 --- a/build.sh +++ b/build.sh @@ -104,7 +104,7 @@ function appbuild() echo "-----------------------------start-----------------------------" #GIT CODE - #git -C ./ checkout . + git -C ./ checkout . git -C ./ pull rm ../release/$syspath/$cpu/* @@ -117,12 +117,12 @@ function appbuild() git -C ../sdk checkout . git -C ../sdk pull - #git -C ../code_device clean -df - #git -C ../code_device checkout . + git -C ../code_device clean -df + git -C ../code_device checkout . git -C ../code_device pull - #git -C ../code_app clean -df - #git -C ../code_app checkout . + git -C ../code_app clean -df + git -C ../code_app checkout . git -C ../code_app pull git -C ../code_lang checkout .