fix: skip `drone-abra` and `recipes` in catalogue

This commit is contained in:
3wc 2021-11-24 13:46:11 +02:00
parent 6ef15e0a26
commit d1526fad21
1 changed files with 2 additions and 0 deletions

View File

@ -40,12 +40,14 @@ var CatalogueSkipList = map[string]bool{
"docker-cp-deploy": true, "docker-cp-deploy": true,
"docker-dind-bats-kcov": true, "docker-dind-bats-kcov": true,
"docs.coopcloud.tech": true, "docs.coopcloud.tech": true,
"drone-abra": true,
"example": true, "example": true,
"gardening": true, "gardening": true,
"go-abra": true, "go-abra": true,
"organising": true, "organising": true,
"pyabra": true, "pyabra": true,
"radicle-seed-node": true, "radicle-seed-node": true,
"recipes": true,
"stack-ssh-deploy": true, "stack-ssh-deploy": true,
"swarm-cronjob": true, "swarm-cronjob": true,
"tagcmp": true, "tagcmp": true,