From 71811d1c961dd435dbaf390d8b8ace7eb0dd0748 Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 00:43:41 +0800 Subject: [PATCH] test-ci --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 38aae04..eb3174a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,3 +38,7 @@ steps: # 定义管道的执行步骤 description: "Build Number: ${DRONE_BUILD_NUMBER} failed. ${DRONE_COMMIT_AUTHOR} please fix. Check the results here: ${DRONE_BUILD_LINK} " msg_url: ${DRONE_BUILD_LINK} btn_txt: btn + when: + status: + - failure +# - success