This commit is contained in:
parent
b30e07243d
commit
68dbda9735
@ -42,9 +42,6 @@ steps:
|
||||
- git config --global user.email "drone@ci.local"
|
||||
- git config --global user.name "Drone CI"
|
||||
|
||||
# JETZT MIT DEM RICHTIGEN NAMEN (nowakke92618):
|
||||
- git remote set-url origin https://$${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/nowakke92618/EinfuehrungInDocker_Pipeline2.git
|
||||
|
||||
# Das fertige Image kurz zwischenspeichern
|
||||
- cp image.tar /tmp/image.tar
|
||||
|
||||
@ -59,5 +56,5 @@ steps:
|
||||
- git add image.tar
|
||||
- git commit -m "Add built Docker image [skip ci]" || echo "Nothing to commit"
|
||||
|
||||
# Push in DEIN Repository
|
||||
- git push origin drone-artifacts
|
||||
# DER FINALE TRICK: Direkt mit Username + Token an die Ziel-URL pushen
|
||||
- git push https://nowakke92618:$$GITEA_TOKEN@git.efi.th-nuernberg.de/gitea/nowakke92618/EinfuehrungInDocker_Pipeline2.git drone-artifacts
|
||||
Loading…
x
Reference in New Issue
Block a user