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 os import chdir, environ, listdir
|
||||||
|
|
||||||
from abralib import (
|
from abralib import CLONES_PATH, _run_cmd, clone_all_apps, get_repos_json, log
|
||||||
CLONES_PATH,
|
|
||||||
REPOS_TO_SKIP,
|
REPOS_TO_SKIP = (
|
||||||
_run_cmd,
|
"backup-bot",
|
||||||
clone_all_apps,
|
"docker-dind-bats-kcov",
|
||||||
get_repos_json,
|
"docs.coopcloud.tech",
|
||||||
log,
|
"pyabra",
|
||||||
|
"radicle-seed-node",
|
||||||
|
"swarm-cronjob",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user