mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for get_author_email.sh (#14257)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/14324/head
parent
baae7b583d
commit
e2cf0352db
|
@ -4,6 +4,7 @@
|
|||
set -e
|
||||
function get_author_email(){
|
||||
email=$(git --no-pager show -s --format=\'%ae\' HEAD )
|
||||
# Get last commit author when Jenkins submit a merge commit
|
||||
if [[ "${email}" == \'nobody@nowhere\' ]]; then
|
||||
email=$(git --no-pager show -s --format=\'%ae\' HEAD^ )
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue