mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Correct pdcupdater staging koji url.
This commit is contained in:
@@ -44,7 +44,7 @@ config = {
|
||||
|
||||
# Koji details
|
||||
{% if env == 'staging' %}
|
||||
'pdcupdater.koji_url': 'http://koji.stg.fedoraproject.org/kojihub',
|
||||
'pdcupdater.koji_url': 'https://koji.stg.fedoraproject.org/kojihub',
|
||||
{% else %}
|
||||
'pdcupdater.koji_url': 'http://koji01.phx2.fedoraproject.org/kojihub',
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user