Define our own repos to skip here for mirroring
This commit is contained in:
parent
9c9f7225e7
commit
fae13d9af8
@ -6,13 +6,15 @@
|
||||
|
||||
from os import chdir, environ, listdir
|
||||
|
||||
from abralib import (
|
||||
CLONES_PATH,
|
||||
REPOS_TO_SKIP,
|
||||
_run_cmd,
|
||||
clone_all_apps,
|
||||
get_repos_json,
|
||||
log,
|
||||
from abralib import CLONES_PATH, _run_cmd, clone_all_apps, get_repos_json, log
|
||||
|
||||
REPOS_TO_SKIP = (
|
||||
"backup-bot",
|
||||
"docker-dind-bats-kcov",
|
||||
"docs.coopcloud.tech",
|
||||
"pyabra",
|
||||
"radicle-seed-node",
|
||||
"swarm-cronjob",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user