From 33af22cb53d61e1a0485c583e272131db058b4b5 Mon Sep 17 00:00:00 2001 From: Edward Koenig Date: Tue, 21 Apr 2026 18:17:27 +0000 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1f5af94..c836a5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ kind: pipeline type: docker name: default -#test1 +#test steps: - name: build-image image: gcr.io/kaniko-project/executor:debug @@ -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