updated .drone.yml; removed daily build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-04-18 16:51:52 +02:00
parent 30954e5a39
commit 880a37d16b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -51,7 +51,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,12 +63,12 @@ clone:
disable: true disable: true
trigger: trigger:
branch:
- master
event: event:
- cron - cron
cron: cron:
- hourly - hourly-build
- hourly-build
- daily
status: status:
- success - success
- failure - failure