From 3c3f942f4b93f22005f45dce67ae0752f7db91d9 Mon Sep 17 00:00:00 2001 From: Edward Koenig Date: Tue, 21 Apr 2026 18:24:03 +0000 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index aa9e9ab..4622934 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ kind: pipeline type: docker name: default -#test + steps: - name: build-image image: gcr.io/kaniko-project/executor:debug @@ -46,8 +46,8 @@ steps: #- git remote set-url origin https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2 # Repo clonen - - git clone https://$GITEA_TOKEN@git.efi.th-nuernberg.de/gitea/koeniged93584/EinfuehrungInDocker_Pipeline2.git - - cd EinfuehrungInDocker_Pipeline2 + - git clone https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2.git + - cd EinfuehrungInDocker_Pipeline # Branch wechseln oder erstellen - git checkout drone-artifacts || git checkout -b drone-artifacts