From 978a622c772c56f4aac4156ebb4d968e258b1076 Mon Sep 17 00:00:00 2001 From: kuebrichjo82295 Date: Fri, 24 Apr 2026 09:18:04 +0200 Subject: [PATCH] aenderung der git rm image.tar Zeile in .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 97d67f3..de77e58 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 --ignore-unmatch image.tar - cp $DRONE_WORKSPACE/image.tar . - git add image.tar