aenderung der git rm image.tar Zeile in .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jonas Kuebrich 2026-04-24 09:18:04 +02:00
parent 2bee80e0b6
commit 978a622c77

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 --ignore-unmatch image.tar
- cp $DRONE_WORKSPACE/image.tar .
- git add image.tar