This commit is contained in:
yangjiaxuan 2024-08-30 11:06:17 +08:00
parent 8192d11e59
commit 75dc791d74
1 changed files with 5 additions and 5 deletions

View File

@ -104,7 +104,7 @@ function appbuild()
echo "-----------------------------start-----------------------------" echo "-----------------------------start-----------------------------"
#GIT CODE #GIT CODE
#git -C ./ checkout . git -C ./ checkout .
git -C ./ pull git -C ./ pull
rm ../release/$syspath/$cpu/* rm ../release/$syspath/$cpu/*
@ -117,12 +117,12 @@ function appbuild()
git -C ../sdk checkout . git -C ../sdk checkout .
git -C ../sdk pull git -C ../sdk pull
#git -C ../code_device clean -df git -C ../code_device clean -df
#git -C ../code_device checkout . git -C ../code_device checkout .
git -C ../code_device pull git -C ../code_device pull
#git -C ../code_app clean -df git -C ../code_app clean -df
#git -C ../code_app checkout . git -C ../code_app checkout .
git -C ../code_app pull git -C ../code_app pull
git -C ../code_lang checkout . git -C ../code_lang checkout .