add ignore unmatch
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Eric Sharifi 2026-04-12 19:47:41 +00:00
parent ae29fafcfd
commit 8ca7ca0aef

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