Fix missing image.tar handling

This commit is contained in:
Oliver Spies 2026-05-10 09:38:29 +00:00
parent c21b9db028
commit d21396a84c

View File

@ -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