This commit is contained in:
luoliangyi 2022-08-08 10:36:48 +08:00
parent 50117bc459
commit 4f29b68c66
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ fi
cd ../code_app cd ../code_app
git checkout . git checkout .
git pull git pull
#./build.sh $oem ./build.sh $oem
if [ $? -ne 0 ];then if [ $? -ne 0 ];then
echo "code_app-------->编译失败" echo "code_app-------->编译失败"
exit 1 exit 1