Merge branch 'sprint/hufangzhou_notify' into 'master'

* Finish task #55002.

See merge request easycorp/zentaopms!3918
This commit is contained in:
王怡栋
2022-06-14 09:38:26 +00:00
+7
View File
@@ -19,6 +19,13 @@ packages:
- merge_request
- master
- tags
notify:
script:
- 'curl --location --request POST ''http://api.lf.oop.cc/api/v1/xuan/chatMessage'' --header ''Content-Type: application/json'' --data-raw ''{"gid": "84be4c6e-02e3-4fdc-b081-318c0c1eca02", "title": "开源包下载地址", "content": "点击查看详情链接", "url": "http://10.0.7.242:8080/allpacks/"}'''
when: on_success
only:
- master
- tags
cleanup_packages:
script:
- make clean