firmitas: update configuration to handle inclusion of repo variable
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
901c843706
commit
d8a87146b0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ gitforge = "pagure"
|
|||
repoloca = ""
|
||||
|
||||
# The name of the ticketing repository with namespace
|
||||
reponame = ""
|
||||
reponame = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_host, firmitas_pagure_host) }}"
|
||||
|
||||
# The username to masquerade as in order to create notification tickets
|
||||
username = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_user, firmitas_pagure_user) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue