diff --git a/.drone.yml b/.drone.yml index d5bfaa3..c50ff7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,18 +42,15 @@ steps: - git config --global user.email "drone@ci.local" - git config --global user.name "Drone CI" - # Remote setzen - #- git remote set-url origin https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2 - # Repo clonen - - git clone https://git.efi.th-nuernberg.de/gitea/koeniged93584/EinfuehrungInDocker_Pipeline2.git + - git clone https://$GITEA_TOKEN@git.efi.th-nuernberg.de/gitea/koeniged93584/EinfuehrungInDocker_Pipeline2.git - cd EinfuehrungInDocker_Pipeline2 # Branch wechseln oder erstellen - git checkout drone-artifacts || git checkout -b drone-artifacts # Artifact löschen und neu hinzufügen - - git rm image.tar + - git rm image.tar || true - cp $DRONE_WORKSPACE/image.tar . - git add image.tar @@ -64,4 +61,4 @@ steps: - git pull || true # Push - - git push \ No newline at end of file + - git push --set-upstream origin drone-artifacts \ No newline at end of file