Fix image artifact path

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
# Artifact löschen und neu hinzufügen
- git rm image.tar
- cp $DRONE_WORKSPACE/image.tar .
- git rm -f image.tar || true
- cp /drone/src/image.tar .
- git add image.tar
# Commit nur wenn Änderungen vorhanden