aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/docker/client/etc/my_repos.py
blob: 58cf542fc85dcf58ca1536ffe516e993b23ccb5e (plain) (blame)
1
2
3
4
5
6
from cgitize.repo import Repo


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