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