Commit 472989d9 authored by lipengcheng 's avatar lipengcheng

ci: boot

parent 83e6727f
......@@ -2,8 +2,8 @@
if [[ $1 == "on_success" ]];
then
curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=a2ed2a7b-a30a-454f-9e3b-53905c73a00f'
-H 'Content-Type: application/json'
curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=a2ed2a7b-a30a-454f-9e3b-53905c73a00f' \
-H 'Content-Type: application/json' \
-d '
{
"msgtype": "markdown",
......@@ -15,8 +15,8 @@ curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=a2ed2a7b-a30a-454f-9e
}'
elif [[ $1 == "on_failure" ]];
then
curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=a2ed2a7b-a30a-454f-9e3b-53905c73a00f'
-H 'Content-Type: application/json'
curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=a2ed2a7b-a30a-454f-9e3b-53905c73a00f' \
-H 'Content-Type: application/json' \
-d '
{
"msgtype": "markdown",
......
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