From ae29fafcfdfb9c812c1bd818f47cc1a0c7317b55 Mon Sep 17 00:00:00 2001 From: Eric Sharifi Date: Sun, 12 Apr 2026 19:45:24 +0000 Subject: [PATCH] changed cd to correct folder --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4622934..6f52d1d 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