aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/.ci/docker/client/etc/my_repos.py
blob: 9d90f21b6163bf2ff146e39735bb1140e1d7bec0 (plain) (tree)
1
2
3
4
5
6
                                




                                                           
from cgit.repos.repo import Repo


MY_REPOS = (
    Repo('test_repo', clone_url='root@server:~/test_repo'),
)