From 114804c437300e402e0b15db4156c0b3d40032c5 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 9 Jul 2020 11:36:41 +0200 Subject: [PATCH] refactor: ${DRONE_FAILED_STEPS} yields nothing as of now, removing --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9e69fdc..bed67f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,7 +75,6 @@ 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}} @@ -122,7 +121,6 @@ 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}}