bodhi: use BZ API key in staging
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
parent
54a700eb00
commit
903df7e9e9
1 changed files with 2 additions and 6 deletions
|
@ -323,12 +323,8 @@ bodhi_email = updates@fedoraproject.org
|
|||
# ignored.
|
||||
{% if env == "production" %}
|
||||
bugzilla_api_key = {{ bodhi_bugzilla_api_key }}
|
||||
{% endif %}
|
||||
|
||||
# This is the password used to access Bodhi's bugzilla account. Ignored if bugzilla_api_key is set.
|
||||
# bodhi_password =
|
||||
{% if env == "staging" %}
|
||||
bodhi_password = {{ bodhiBugzillaPassword }}
|
||||
{% else %}
|
||||
bugzilla_api_key = {{ bodhi_bugzilla_api_key_stg }}
|
||||
{% endif %}
|
||||
|
||||
# The address that gets the requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue