.drone.yml aktualisiert

rename
This commit is contained in:
Johannes Meyer 2026-04-12 08:47:19 +00:00
parent f20149a448
commit f482c548d5

View File

@ -34,7 +34,7 @@ steps:
image: alpine:latest image: alpine:latest
environment: environment:
GITEA_TOKEN: GITEA_TOKEN:
from_secret: GITEA_TOKEN from_secret: DRONE_CI_TOKEN
commands: commands:
- apk add --no-cache git - apk add --no-cache git
@ -46,7 +46,7 @@ steps:
#- git remote set-url origin https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2 #- git remote set-url origin https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2
# Repo clonen # Repo clonen
- git clone https://oauth2:${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/meyerjo94774/EinfuehrungInDocker_Pipeline2.git - git clone https://oauth2:${DRONE_CI_TOKEN}@git.efi.th-nuernberg.de/gitea/meyerjo94774/EinfuehrungInDocker_Pipeline2.git
- cd EinfuehrungInDocker_Pipeline2 - cd EinfuehrungInDocker_Pipeline2
# Branch wechseln oder erstellen # Branch wechseln oder erstellen