Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Android-AutoPackage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
app
Android-AutoPackage
Commits
39af14cd
Commit
39af14cd
authored
Feb 02, 2019
by
app.developer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update auto_package_apk.sh
parent
67d27bc1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
apk_script/auto_package_apk.sh
+3
-3
No files found.
apk_script/auto_package_apk.sh
View file @
39af14cd
BUILD_ENV
=
$1
BUILD_TYPE
=
$2
PGY_API_KEY
=
$3
PGY_USER_KEY
=
$4
DD_HOST_URL
=
$5
DD_MESSAGE
=
$6
DD_PUSH
=
$6
DD_MESSAGE
=
$7
"."
COLOR_Cyan
=
'\033[0;36m'
COLOR_Red
=
'\033[41;37m'
...
...
@@ -43,7 +43,7 @@ BUILD_NUMBER=${VERSION[1]//\'/}
echo_log "===== 打包耗时:${SECONDS}s ====="
# 上传到蒲公英 (以上调试完成后,再打开以下注释)
if [ "yes" == "$DD_
MESSAGE
" ]; then
if [ "yes" == "$DD_
PUSH
" ]; then
sh ${PROJECT_DIR}/apk_script/auto_upload_pgy.sh ${APK_PATH} ${BUILD_ENV} ${BUILD_NUMBER} ${PGY_API_KEY} ${PGY_USER_KEY} ${DD_HOST_URL}
else
sh ${PROJECT_DIR}/apk_script/auto_upload_pgy.sh ${APK_PATH} ${BUILD_ENV} ${BUILD_NUMBER} ${PGY_API_KEY} ${PGY_USER_KEY}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment