From 66c4c607bcee7208f99e479ea149c26817c0a3c3 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Fri, 8 Mar 2024 18:23:02 +0800 Subject: [PATCH] ci(custom): --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 84e91a5..d946acf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -137,6 +137,10 @@ steps: - name: 微信通知 image: plugins/webhook + # 等待构建完成再发送通知 + depends_on: + - 测试服-部署 + - 正式服-部署 settings: urls: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=a2065e21-4f92-4f5b-a432-2c0cd1d965b5 content_type: application/json @@ -151,7 +155,6 @@ steps: >**提交标识**: {{ build.commit }} >**提交发起**: {{ build.author }} >**提交信息**: {{ build.message }} - >**构建耗时**: {{ job.started }}s " } }