add two failure options to general section of config template
This commit is contained in:
parent
bb73d1b6d2
commit
fa27bb0d5f
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
[general]
|
||||
clean_up_on_failure = {{clean_up_on_failure}}
|
||||
delete_image_on_failure = {{delete_image_on_failure}}
|
||||
|
||||
[koji]
|
||||
{% if env == 'staging' %}
|
||||
server = https://koji.stg.fedoraproject.org/kojihub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue