mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[FMN] Fix the url for staging
The domain already contain .stg, no need to have it twice. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -6,11 +6,7 @@ domain = "fedoraproject.org"
|
||||
ircnick = "fedora-notif"
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
base = "https://apps.stg.%s/notifications/" % domain
|
||||
{% else %}
|
||||
base = "https://apps.%s/notifications/" % domain
|
||||
{% endif %}
|
||||
|
||||
|
||||
config = {
|
||||
|
||||
Reference in New Issue
Block a user