mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
bodhi2: Fix the stg environment check in the mash.conf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[defaults]
|
||||
{% if environment == 'staging' %}
|
||||
{% if env == 'staging' %}
|
||||
buildhost = http://koji.stg.fedoraproject.org/kojihub
|
||||
{% else %}
|
||||
buildhost = http://koji.fedoraproject.org/kojihub
|
||||
|
||||
Reference in New Issue
Block a user