Commit c2c3b2d1 authored by fuyanbin's avatar fuyanbin
Browse files

文件名里加上channelid

parent 516ddc71
Pipeline #26524 passed with stages
in 4 seconds
...@@ -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"
......
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