Use http on stg machine
This commit is contained in:
parent
5fa42f5c2d
commit
0480a30a18
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ username =
|
|||
login = {{ copr_mbs_cli_login }}
|
||||
token = {{ copr_mbs_cli_token }}
|
||||
|
||||
copr_url = https://{{ copr_frontend_public_hostname }}
|
||||
copr_url = {% if env == 'staging' %}http{% else %}https{% endif %}://{{ copr_frontend_public_hostname }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue