From 3aec5d1d7e38f7b3b6dbb37a9c84af92268a7c62 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 12 Jan 2022 16:11:18 +0100 Subject: [PATCH] fix: ignore new test repo --- cli/catalogue/catalogue.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/catalogue/catalogue.go b/cli/catalogue/catalogue.go index 2714b3ef..cb7eaecb 100644 --- a/cli/catalogue/catalogue.go +++ b/cli/catalogue/catalogue.go @@ -33,6 +33,7 @@ var CatalogueSkipList = map[string]bool{ "auto-mirror": true, "backup-bot": true, "backup-bot-two": true, + "beta.coopcloud.tech": true, "comrade-renovate-bot": true, "coopcloud.tech": true, "coturn": true,