mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
distgit/pagure: in stg we'll use the git user now
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -59,7 +59,7 @@ DATAGREPPER_CATEGORY = 'pagure'
|
||||
|
||||
### The URL to use to clone git repositories.
|
||||
{% if env == 'staging' %}
|
||||
GIT_URL_SSH = 'ssh://{username}@pkgs.stg.fedoraproject.org/'
|
||||
GIT_URL_SSH = 'ssh://git@pkgs.stg.fedoraproject.org/'
|
||||
GIT_URL_GIT = 'https://src.stg.fedoraproject.org/'
|
||||
{% else %}
|
||||
GIT_URL_SSH = 'ssh://{username}@pkgs.fedoraproject.org/'
|
||||
|
||||
Reference in New Issue
Block a user