[skip ci]make release name only with pr number & build no (#12934)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/12964/head
Jenny Li 2021-12-08 13:18:33 +08:00 committed by GitHub
parent 23ccb8145e
commit 9c0574545a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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