Ignore tagcmp and abra-aur in apps.json
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-08-17 03:26:11 +02:00
parent cfdf7f82f6
commit fdbbe93679
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ HOME_PATH = expanduser("~/")
CLONES_PATH = Path(f"{HOME_PATH}/.abra/apps").absolute()
REPOS_TO_SKIP = (
"abra",
"abra-aur",
"abra-apps",
"abra-capsul",
"abra-gandi",
@ -33,6 +34,7 @@ REPOS_TO_SKIP = (
"organising",
"pyabra",
"radicle-seed-node",
"tagcmp",
"stack-ssh-deploy",
"swarm-cronjob",
"tyop",