Use http on stg machine

This commit is contained in:
Jakub Kadlčík 2017-04-12 14:59:52 +02:00 committed by Miroslav Suchý
parent 5fa42f5c2d
commit 0480a30a18

View file

@ -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 }}