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

This commit is contained in:
Edward Koenig 2026-04-21 18:36:36 +00:00
parent 0d1f587f4c
commit d295c5e8bf

View File

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