From ac7628e92c22b56a5df004a50c4dd2f47de75f5f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Sat, 11 Apr 2026 20:54:41 +0000 Subject: [PATCH] .drone.yml aktualisiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Änderung für neue pipeline2 bennenung --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 261616e..ab6e78c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,7 @@ steps: # Repo clonen - git clone https://git.efi.th-nuernberg.de/gitea/meyerjo94774/EinfuehrungInDocker_Pipeline2.git - - cd EinfuehrungInDocker_Pipeline + - cd EinfuehrungInDocker_Pipeline2 # Branch wechseln oder erstellen - git checkout drone-artifacts || git checkout -b drone-artifacts