From 128d5ff9dfdd69e9a411720680fe9cf45f6d3638 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 2 Sep 2020 14:16:46 +0200 Subject: [PATCH] fix: remove status restraint for base pipelines --- .drone.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 473401b..e901add 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,12 +15,8 @@ trigger: event: - push - cron - target: - exclude: - - nightly - status: - - success - - failure + cron: + - hourly-build steps: - name: call webhook @@ -51,9 +47,6 @@ trigger: - cron cron: - nightly - status: - - success - - failure steps: - name: call webhook