OSBS: remove pdc from the koji builder config
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
73ba1900e6
commit
d88b4369fb
1 changed files with 0 additions and 10 deletions
|
@ -77,11 +77,6 @@ odcs_insecure = {{ default.builder_odcs_insecure }}
|
|||
odcs_openidc_secret = {{ default.builder_odcs_openidc_secret }}
|
||||
{% endif %}
|
||||
|
||||
{% if default.builder_pdc_url %}
|
||||
pdc_url = {{ default.builder_pdc_url }}
|
||||
pdc_insecure = {{ default.builder_pdc_insecure }}
|
||||
{% endif %}
|
||||
|
||||
{% if default.reactor_config_map is defined %}
|
||||
reactor_config_map = {{ default.reactor_config_map }}
|
||||
{% endif %}
|
||||
|
@ -166,11 +161,6 @@ odcs_insecure = {{ default.builder_odcs_insecure }}
|
|||
odcs_openidc_secret = {{ default.builder_odcs_openidc_secret }}
|
||||
{% endif %}
|
||||
|
||||
{% if default.builder_pdc_url %}
|
||||
pdc_url = {{ default.builder_pdc_url }}
|
||||
pdc_insecure = {{ default.builder_pdc_insecure }}
|
||||
{% endif %}
|
||||
|
||||
{% if default.reactor_config_map_scratch is defined %}
|
||||
reactor_config_map = {{ default.reactor_config_map_scratch }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue