Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
c2c3b2d1
Commit
c2c3b2d1
authored
Feb 19, 2024
by
fuyanbin
Browse files
文件名里加上channelid
parent
516ddc71
Pipeline
#26524
passed with stages
in 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
c2c3b2d1
...
@@ -191,7 +191,7 @@ upload() {
...
@@ -191,7 +191,7 @@ upload() {
local
-A
result
local
-A
result
outfile
=
"
${
packge_dir
}
/
$(
basename
"
$IMAGE_FILE
"
)
"
outfile
=
"
${
packge_dir
}
/
$(
basename
"
$IMAGE_FILE
"
)
"
outfile_gz
=
"
${
outfile
}
.gz"
outfile_gz
=
"
${
outfile
}
-
${
CHANNELID
}
.gz"
date_i
=
"
$(
date
+%Y-%m-%d-%s
)
"
date_i
=
"
$(
date
+%Y-%m-%d-%s
)
"
zstd
--ultra
--format
=
gzip
"
$outfile
"
-o
"
$outfile_gz
"
zstd
--ultra
--format
=
gzip
"
$outfile
"
-o
"
$outfile_gz
"
...
...
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