From a5035e49a0df5c24c6ce3400c557d3551a8f563f Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 21 Jan 2023 20:07:40 -0800 Subject: [PATCH] Fix .drone.yml syntax --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1025420..8eae2e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,13 +27,12 @@ steps: from_secret: autono_bot_access_token depends_on: - deployment - when: - status: - - failure + when: + status: + - failure trigger: branch: - main - --- kind: pipeline name: generate recipe catalogue