.drone.yml plugin syntax fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-04-19 15:25:53 +02:00
parent f64f14d6b3
commit 9160774a17
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -50,7 +50,6 @@ steps:
webhook_token: webhook_token:
from_secret: discord_webhook_token from_secret: discord_webhook_token
--- ---
kind: pipeline kind: pipeline
name: notifications-cronbuild name: notifications-cronbuild
@ -64,13 +63,12 @@ clone:
trigger: trigger:
event: event:
- cron - cron
cron: cron:
- hourly - hourly-build
- hourly-build
status: status:
- success - success
- failure - failure
depends_on: depends_on:
- testing-amd64 - testing-amd64