Commit 797dc372 authored by QA-甘 盛聪's avatar QA-甘 盛聪

a

parent 12539a8a
......@@ -44,7 +44,8 @@ function build_android()
if [ $? = 0 ]; then
echo "gradle build is ok".
echo "开始重命名对应的渠道包"
apkfile=`find ${buildapk_path} -name "*${product_flavors}.apk"`
#apkfile=`find ${buildapk_path} -name "*${product_flavors}.apk"`
apkfile=`grep "${product_flavors} *.apk"`
echo "当前路径"
pwd
cp -r ${apkfile} ${project_path}/apk/${branch_name}_${product_flavors}.apk
......
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