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

This commit is contained in:
Kevin Nowak 2026-05-17 10:30:00 +00:00
parent 79d3a4e215
commit b30e07243d

View File

@ -34,7 +34,7 @@ steps:
image: alpine:latest
environment:
GITEA_TOKEN:
from_secret: drone_token # HIER REICHT DRONE JETZT DEIN RECHTES SECRET WEITER!
from_secret: drone_token
commands:
- apk add --no-cache git
@ -42,8 +42,8 @@ steps:
- git config --global user.email "drone@ci.local"
- git config --global user.name "Drone CI"
# Remote setzen mit deinem Benutzernamen
- git remote set-url origin https://$${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/nowakke9218/EinfuehrungInDocker_Pipeline2.git
# JETZT MIT DEM RICHTIGEN NAMEN (nowakke92618):
- git remote set-url origin https://$${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/nowakke92618/EinfuehrungInDocker_Pipeline2.git
# Das fertige Image kurz zwischenspeichern
- cp image.tar /tmp/image.tar