From 857840d73399bb66bb40b684ec1c904fb1c50118 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 15 Jan 2023 17:18:29 -0800 Subject: [PATCH] Only publish image if shellcheck passes [ci skip] --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 844f269..002dc50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,8 @@ steps: tags: latest purge: true pull_image: true + depends_on: + - run shellcheck - name: notify on failure image: plugins/matrix