Fixes the autocloud staging and production koji urls.
This commit is contained in:
parent
b4c38bec40
commit
c8aa3df49d
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
[autocloud]
|
||||
{% if env == 'staging' %}
|
||||
koji_server_url = http://koji.fedoraproject.org/kojihub/
|
||||
base_koji_task_url = https://kojipkgs.fedoraproject.org//work/
|
||||
{% else %}
|
||||
koji_server_url = http://koji.stg.fedoraproject.org/kojihub/
|
||||
base_koji_task_url = https://kojipkgs.stg.fedoraproject.org//work/
|
||||
{% else %}
|
||||
koji_server_url = http://koji.fedoraproject.org/kojihub/
|
||||
base_koji_task_url = https://kojipkgs.fedoraproject.org//work/
|
||||
{% endif %}
|
||||
|
||||
virtualbox = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue