Revert "never use stg koji for fedimg since there are no createImage builds in koji"
This reverts commit e069f333fb
.
This commit is contained in:
parent
6f62c81a4d
commit
c15434b4ca
1 changed files with 6 additions and 1 deletions
|
@ -3,10 +3,15 @@ clean_up_on_failure = {{clean_up_on_failure}}
|
|||
delete_image_on_failure = {{delete_image_on_failure}}
|
||||
|
||||
[koji]
|
||||
# Use prod Koji all the time since there are no createImage builds in stg
|
||||
{% if env == 'staging' %}
|
||||
server = https://koji.stg.fedoraproject.org/kojihub
|
||||
# The two adjacent slashes in the below URL are _not_ a typo.
|
||||
base_task_url = https://kojipkgs.stg.fedoraproject.org//work/tasks
|
||||
{% else %}
|
||||
server = https://koji.fedoraproject.org/kojihub
|
||||
# The two adjacent slashes in the below URL are _not_ a typo.
|
||||
base_task_url = https://kojipkgs.fedoraproject.org//work/tasks
|
||||
{% endif %}
|
||||
|
||||
[aws]
|
||||
util_username = {{aws_util_username}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue