From b93932ab2d635cf54aa0bbe1e4a96ea9f9ba8620 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 16 Jan 2023 13:21:34 -0800 Subject: [PATCH] Fix Drone syntax --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a2fb5ae..923bb00 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,8 +22,8 @@ steps: - name: generate recipes.json image: thecoopcloud/drone-abra - command: - - catalogue generate + settings: + command: catalogue generate depends_on: - set up recipes repo