From ab4b1fd88ae7a0c87652f6db467bb7501a90cb67 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 21 Jan 2023 20:09:06 -0800 Subject: [PATCH] Fix .drone.yml syntax --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index db2076e..c950931 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,9 +26,9 @@ steps: userid: "@autono-bot:autonomic.zone" accesstoken: from_secret: autonobot_rocketchat_access_token - when: - status: - - failure + when: + status: + - failure trigger: branch: - main