From a5675c9024d4ec2d2a3032ec5c1ebe4530ecae28 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 9 Jul 2020 09:46:43 +0200 Subject: [PATCH] feat: more granularity in failure reporting --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1f435da..d62dd8a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,6 +73,7 @@ steps: ❌ [Build #{{build.number}}]({{build.link}}) of `{{repo.name}}` failed to deploy. event: **`${DRONE_BUILD_EVENT}`** failed stage(s): **`${DRONE_FAILED_STAGES}`** + failed step(s): **`${DRONE_FAILED_STEPS}`** commit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}` ```{{commit.message}}``` {{/success}} @@ -119,6 +120,7 @@ steps: ❌ [Hourly build #{{build.number}}]({{build.link}}) of `{{repo.name}}` failed to deploy. event: **`${DRONE_BUILD_EVENT}`** failed stage(s): **`${DRONE_FAILED_STAGES}`** + failed step(s): **`${DRONE_FAILED_STEPS}`** commit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}` ```{{commit.message}}``` {{/success}}