mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
[skip ci]make release name only with pr number & build no (#12934)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
23ccb8145e
commit
9c0574545a
@ -36,9 +36,9 @@ function milvus_ci_release_name(){
|
||||
name+="-${CHANGE_ID:-}"
|
||||
fi
|
||||
|
||||
if [[ -n ${GIT_COMMIT:-} ]]; then
|
||||
name+="-${GIT_COMMIT:0:4}"
|
||||
fi
|
||||
# if [[ -n ${GIT_COMMIT:-} ]]; then
|
||||
# name+="-${GIT_COMMIT:0:4}"
|
||||
# fi
|
||||
|
||||
# [remove-kind] Add Jenkins BUILD_ID into Name
|
||||
if [[ -n ${JENKINS_BUILD_ID:-} ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user