This commit is contained in:
		| @@ -2,7 +2,7 @@ kind: pipeline | ||||
| name: default | ||||
|  | ||||
| steps: | ||||
|      | ||||
|  | ||||
| build-cli: | ||||
|     image: plugins/docker | ||||
|     environment: | ||||
| @@ -16,7 +16,7 @@ build-cli: | ||||
|             from_secret: prop_dir_sdr | ||||
|         PROP_DIR_DECODER: | ||||
|             from_secret: prop_dir_decoder | ||||
|         - UI_MODE=cli | ||||
|         UI_MODE: cli | ||||
|     settings: | ||||
|         build_args_from_env: | ||||
|             - PROP_SERVER | ||||
| @@ -47,7 +47,7 @@ build-gui: | ||||
|             from_secret: prop_dir_sdr | ||||
|         PROP_DIR_DECODER: | ||||
|             from_secret: prop_dir_decoder | ||||
|         - UI_MODE=gui | ||||
|         UI_MODE: gui | ||||
|     settings: | ||||
|         build_args_from_env: | ||||
|             - PROP_SERVER | ||||
|   | ||||
		Reference in New Issue
	
	Block a user