From 9d5af59365bfefea62bffac2486ceda3cb3ec304 Mon Sep 17 00:00:00 2001 From: Edward Koenig Date: Tue, 21 Apr 2026 18:31:24 +0000 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4622934..ded4114 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,14 +46,14 @@ steps: #- git remote set-url origin https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2 # Repo clonen - - git clone https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2.git - - cd EinfuehrungInDocker_Pipeline + - git clone https://git.efi.th-nuernberg.de/gitea/koeniged93584/EinfuehrungInDocker_Pipeline2.git + - cd EinfuehrungInDocker_Pipeline2 # Branch wechseln oder erstellen - git checkout drone-artifacts || git checkout -b drone-artifacts # Artifact löschen und neu hinzufügen - - git rm image.tar + - git rm image.tar || true - cp $DRONE_WORKSPACE/image.tar . - git add image.tar @@ -64,4 +64,4 @@ steps: - git pull || true # Push - - git push \ No newline at end of file + - git push --set-upstream origin drone-artifacts \ No newline at end of file