Commit 5757196c authored by QA-甘 盛聪's avatar QA-甘 盛聪

a

parent 797dc372
......@@ -47,8 +47,9 @@ function build_android()
#apkfile=`find ${buildapk_path} -name "*${product_flavors}.apk"`
apkfile=`grep "${product_flavors} *.apk"`
echo "当前路径"
rm -rf ${project_path}/apk/*
pwd
cp -r ${apkfile} ${project_path}/apk/${branch_name}_${product_flavors}.apk
mv ${apkfile} ${project_path}/apk/${branch_name}_${product_flavors}.apk
else
echo "Fail to checkout branch ${branch_name}".
exit -1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment