This commit is contained in:
parent
79d3a4e215
commit
b30e07243d
@ -34,7 +34,7 @@ steps:
|
||||
image: alpine:latest
|
||||
environment:
|
||||
GITEA_TOKEN:
|
||||
from_secret: drone_token # HIER REICHT DRONE JETZT DEIN RECHTES SECRET WEITER!
|
||||
from_secret: drone_token
|
||||
commands:
|
||||
- apk add --no-cache git
|
||||
|
||||
@ -42,8 +42,8 @@ steps:
|
||||
- git config --global user.email "drone@ci.local"
|
||||
- git config --global user.name "Drone CI"
|
||||
|
||||
# Remote setzen mit deinem Benutzernamen
|
||||
- git remote set-url origin https://$${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/nowakke9218/EinfuehrungInDocker_Pipeline2.git
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user