Commit 68194914 authored by qa_quantgroup's avatar qa_quantgroup
parents 25f48e04 fdbb51f8
...@@ -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