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