From 9160774a17cda5d8829757790c2dd71cd6570e79 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 19 Apr 2020 15:25:53 +0200 Subject: [PATCH] .drone.yml plugin syntax fix --- .drone.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index d51fc37..e4f5e0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,7 +50,6 @@ steps: webhook_token: from_secret: discord_webhook_token - --- kind: pipeline name: notifications-cronbuild @@ -64,13 +63,12 @@ clone: trigger: event: - - cron + - cron cron: - - hourly - - hourly-build + - hourly-build status: - - success - - failure + - success + - failure depends_on: - testing-amd64