提交 5e33baf8 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!145 [Fix bug] email address incorrect when sig-building

Merge pull request !145 from freesky-edward/sig-build-bug
......@@ -27,7 +27,12 @@ do
if [ -f ./community/sig/$dir/README.md ]
then
mail=$(grep -P "[a-zA-Z|-]+@openeuler.org" -o ./community/sig/$dir/README.md)
mail=$(grep -P "[a-zA-Z|-]+@openeuler.org" -o ./community/sig/$dir/README.md | head -1)
if [ "$mail"x = "sig-yousigname@openeuler.org"x ]
then
continue
fi
if [ -n "$mail" ]
then
echo "replace mail to $mail"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册