From b30e07243d531a890750d12bf33a3e11f097fc7e Mon Sep 17 00:00:00 2001 From: Kevin Nowak Date: Sun, 17 May 2026 10:30:00 +0000 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35eae87..3850406 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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