"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "babf01c2f61739e3dac04dfab56dcd616003228d"
Unverified Commit c8490075 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] fix link to LightGBM public e-mail (#4603)

parent fa1d06f1
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
url=${line#*@} url=${line#*@}
body="${body}**${platform}**: ${url}\r\n" body="${body}**${platform}**: ${url}\r\n"
done < "$GITHUB_WORKSPACE/rhub_logs.txt" || true done < "$GITHUB_WORKSPACE/rhub_logs.txt" || true
body="${body}Reports also have been sent to LightGBM public e-mail: http://www.yopmail.com/lightgbm_rhub_checks\r\n" body="${body}Reports also have been sent to LightGBM public e-mail: https://yopmail.com?lightgbm_rhub_checks\r\n"
body="${body}Status: ${{ job.status }}." body="${body}Status: ${{ job.status }}."
$GITHUB_WORKSPACE/.ci/append_comment.sh \ $GITHUB_WORKSPACE/.ci/append_comment.sh \
"${{ github.event.client_payload.comment_number }}" \ "${{ github.event.client_payload.comment_number }}" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment