Fiy ci config
This commit is contained in:
parent
03ebe3e045
commit
2ee828ed3a
@ -2,7 +2,8 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-cli
|
|
||||||
|
build-cli:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
environment:
|
environment:
|
||||||
PROP_SERVER_USER:
|
PROP_SERVER_USER:
|
||||||
@ -32,7 +33,8 @@ steps:
|
|||||||
registry: registry.chrz.de:443
|
registry: registry.chrz.de:443
|
||||||
tags:
|
tags:
|
||||||
- 'cli-x86_64'
|
- 'cli-x86_64'
|
||||||
- name: build-gui
|
|
||||||
|
build-gui:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
environment:
|
environment:
|
||||||
PROP_SERVER_USER:
|
PROP_SERVER_USER:
|
||||||
|
Loading…
Reference in New Issue
Block a user