Commit fdbb51f8 authored by QA—索 文涛's avatar QA—索 文涛

modified: qa_shell_script/app/XyqbAndroidBuild.sh

parent 6bcb632d
...@@ -93,7 +93,7 @@ function build_android() ...@@ -93,7 +93,7 @@ function build_android()
function upload_apk() function upload_apk()
{ {
if [ "$need_upload" -eq "true" ]; then if [ "$need_upload" == "true" ]; then
echo "apk正在上传到蒲公英,请等待......" echo "apk正在上传到蒲公英,请等待......"
#cd ${StroeApk_path} #cd ${StroeApk_path}
echo "当前上传apk包的路径是 `pwd`" echo "当前上传apk包的路径是 `pwd`"
......
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