Commit 04a6a0b0 by app.developer

no message

parent 4220a904
......@@ -33,15 +33,15 @@ if [ ! -f "${EBIZ_APK_PATH}" ]; then
exit 1
fi
PGY_UPLOAD_SERVER="https://qiniu-storage.pgyer.com/apiv1/app/upload"
PGY_password="$(($RANDOM%9999+1111))"
PGY_upload_log="${EBIZ_ENV}_${NOW}"
if [ "$?" -ne "0" ]; then
echo_error "upload error"
exit 1
fi
PGY_UPLOAD_SERVER="https://qiniu-storage.pgyer.com/apiv1/app/upload"
PGY_password="$(($RANDOM%9999+1111))"
PGY_upload_log="${EBIZ_ENV}_${NOW}"
# 推送到钉钉机器人时显示打包的版本号
APK_INFO=$(aapt d badging $EBIZ_APK_PATH | grep package)
APK_INFO=(${APK_INFO/ / })
......
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