refactor: ${DRONE_FAILED_STEPS} yields nothing as of now, removing

This commit is contained in:
surtur 2020-07-09 11:36:41 +02:00
parent b65061cbbe
commit 114804c437
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -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}}