Define our own repos to skip here for mirroring
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-17 07:54:54 +02:00
parent 9c9f7225e7
commit fae13d9af8
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 9 additions and 7 deletions

View File

@ -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",
)