refactor: ${DRONE_FAILED_STEPS} yields nothing as of now, removing
This commit is contained in:
parent
b65061cbbe
commit
114804c437
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user