ci: cn、com区域打包逻辑分离
This commit is contained in:
parent
da80c1fc67
commit
668ee177e1
@ -110,7 +110,7 @@ platform :android do
|
|||||||
print_log "build flavor for: #{flavor}"
|
print_log "build flavor for: #{flavor}"
|
||||||
build_number = Time.now.strftime("%Y%m%d%H")
|
build_number = Time.now.strftime("%Y%m%d%H")
|
||||||
print_log "BuildNo #{build_number}"
|
print_log "BuildNo #{build_number}"
|
||||||
build_version = $current_tag.match(/^v(\d+\.\d+\.\d+)/).captures[0]
|
# build_version = $current_tag.match(/^v(\d+\.\d+\.\d+)/).captures[0]
|
||||||
print_log "buildVersion #{build_version}"
|
print_log "buildVersion #{build_version}"
|
||||||
commit_hash = last_git_commit
|
commit_hash = last_git_commit
|
||||||
short_hash = commit_hash[:abbreviated_commit_hash]
|
short_hash = commit_hash[:abbreviated_commit_hash]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user