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
2c00d3aa
Commit
2c00d3aa
authored
Mar 18, 2019
by
段志勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update auto_package_apk.sh
parent
43747911
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 @
2c00d3aa
...
@@ -6,9 +6,9 @@ DD_HOST_URL=$5
...
@@ -6,9 +6,9 @@ DD_HOST_URL=$5
DD_PUSH
=
$6
DD_PUSH
=
$6
DD_MESSAGE
=
$7
"."
DD_MESSAGE
=
$7
"."
COLOR_Cyan
=
'
\033[0;36m
'
COLOR_Cyan
=
''
COLOR_Red
=
'
\033[41;37m
'
COLOR_Red
=
''
COLOR_Default
=
'
\033[0;m
'
COLOR_Default
=
''
function
echo_log
()
{
function
echo_log
()
{
echo
"
${
COLOR_Cyan
}
$1
${
COLOR_Default
}
"
echo
"
${
COLOR_Cyan
}
$1
${
COLOR_Default
}
"
...
...
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