From 75cd3f9478c09da9fc3ec803f7c793505014e0be Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 28 Jul 2023 20:49:29 +0200 Subject: [PATCH] feat: exit early Signed-off-by: kjuulh --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 6d50cd9..03f5537 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,7 @@ steps: DRONE_TOKEN: from_secret: drone_token commands: + - exit 0 - set -eu - eval `ssh-agent` - mkdir -p ~/.ssh