mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for get author email (#13478)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/13493/head
parent
1853ed6a00
commit
3eb7aaaecb
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
# author emaill will be jenkins's email, when the pr branch is not fast forward compared with master branch
|
||||
# Exit immediately for non zero status
|
||||
set -e
|
||||
function get_author_email(){
|
||||
email=$(git --no-pager show -s --format=\'%ae\' HEAD )
|
||||
|
|
Loading…
Reference in New Issue