forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
bbb0de2b0e
commit
3c3f942f4b
@ -1,7 +1,7 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
#test
|
||||
|
||||
steps:
|
||||
- name: build-image
|
||||
image: gcr.io/kaniko-project/executor:debug
|
||||
@ -46,8 +46,8 @@ steps:
|
||||
#- git remote set-url origin https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2
|
||||
|
||||
# Repo clonen
|
||||
- git clone https://$GITEA_TOKEN@git.efi.th-nuernberg.de/gitea/koeniged93584/EinfuehrungInDocker_Pipeline2.git
|
||||
- cd EinfuehrungInDocker_Pipeline2
|
||||
- git clone https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2.git
|
||||
- cd EinfuehrungInDocker_Pipeline
|
||||
|
||||
# Branch wechseln oder erstellen
|
||||
- git checkout drone-artifacts || git checkout -b drone-artifacts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user