From 30256c7106579ca526e01ccc756c73932ab265b0 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Fri, 4 Feb 2022 13:44:00 -0800 Subject: [PATCH] set max retries --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7c4eba89c..d24d0b2a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,8 @@ steps: from_secret: mattermost-host channel: from_secret: mattermost-channel + settings: + maxRetry: 3 when: status: - failure