From 67fc3a08e5f571a37fdad04bc29140f0d417f4f9 Mon Sep 17 00:00:00 2001 From: jannerju95124 Date: Wed, 22 Apr 2026 20:13:13 +0200 Subject: [PATCH] =?UTF-8?q?Artefakt=20nur=20l=C3=B6schen=20wenn=20es=20exe?= =?UTF-8?q?stiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0f8474e..43c1c08 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,7 +53,7 @@ steps: - git checkout drone-artifacts || git checkout -b drone-artifacts # Artifact löschen und neu hinzufügen - - git rm image.tar + - git rm image.tar || true - cp $DRONE_WORKSPACE/image.tar . - git add image.tar