Fix image artifact path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ludwig Schramm 2026-05-13 15:08:40 +00:00
parent f325e6922e
commit d517a3ac81

View File

@ -53,8 +53,8 @@ steps:
- git checkout drone-artifacts || git checkout -b drone-artifacts - git checkout drone-artifacts || git checkout -b drone-artifacts
# Artifact löschen und neu hinzufügen # Artifact löschen und neu hinzufügen
- git rm image.tar - git rm -f image.tar || true
- cp $DRONE_WORKSPACE/image.tar . - cp /drone/src/image.tar .
- git add image.tar - git add image.tar
# Commit nur wenn Änderungen vorhanden # Commit nur wenn Änderungen vorhanden