.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kevin Nowak 2026-05-17 09:59:12 +00:00
parent c216710a49
commit 9412b817db

View File

@ -53,6 +53,7 @@ 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 || true - git rm image.tar || true
- cp $DRONE_WORKSPACE/image.tar . - cp $DRONE_WORKSPACE/image.tar .
- git add image.tar - git add image.tar
@ -63,4 +64,4 @@ steps:
- git pull || true - git pull || true
# Push # Push
- git push - git push origin done-artifacts