From 68dbda973502417a0990891d811dd7765a5c3f9b Mon Sep 17 00:00:00 2001 From: Kevin Nowak Date: Sun, 17 May 2026 10:32:29 +0000 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3850406..dbd6efc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,9 +42,6 @@ steps: - git config --global user.email "drone@ci.local" - git config --global user.name "Drone CI" - # 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 @@ -59,5 +56,5 @@ steps: - git add image.tar - git commit -m "Add built Docker image [skip ci]" || echo "Nothing to commit" - # Push in DEIN Repository - - git push origin drone-artifacts \ No newline at end of file + # DER FINALE TRICK: Direkt mit Username + Token an die Ziel-URL pushen + - git push https://nowakke92618:$$GITEA_TOKEN@git.efi.th-nuernberg.de/gitea/nowakke92618/EinfuehrungInDocker_Pipeline2.git drone-artifacts \ No newline at end of file