diff --git a/.drone.yml b/.drone.yml index 280ada1..71f429c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ steps: - git config --global user.name "Drone CI" # Repo direkt mit Token clonen (oauth2 ist der Standard-User für Gitea-Tokens) - - git clone https://oauth2:${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2.git + - git clone https://oauth2:$${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2.git - cd EinfuehrungInDocker_Pipeline2 # Branch wechseln oder lokal erstellen