From 2bee80e0b6d08afa2e1050075ad158475e469886 Mon Sep 17 00:00:00 2001 From: kuebrichjo82295 Date: Fri, 24 Apr 2026 09:13:33 +0200 Subject: [PATCH] aenderung der Change Directory Zeile in .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4622934..97d67f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,7 @@ steps: # Repo clonen - git clone https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2.git - - cd EinfuehrungInDocker_Pipeline + - cd EinfuehrungInDocker_Pipeline2 # Branch wechseln oder erstellen - git checkout drone-artifacts || git checkout -b drone-artifacts @@ -64,4 +64,4 @@ steps: - git pull || true # Push - - git push \ No newline at end of file + - git push