chore: fix Drone build, ignore auto-recipes-catalogue-json
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc 2023-01-15 18:12:14 -08:00
parent 6c93f980dc
commit 4f055096e9
3 changed files with 37 additions and 37 deletions

View File

@ -68,6 +68,7 @@ steps:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/abra
tags: latest
registry: git.coopcloud.tech
when:
event:
exclude:

View File

@ -29,7 +29,7 @@ var CatalogueSkipList = map[string]bool{
"abra-hetzner": true,
"apps": true,
"aur-abra-git": true,
"auto-apps-json": true,
"auto-recipes-catalogue-json": true,
"auto-mirror": true,
"backup-bot": true,
"backup-bot-two": true,
@ -45,7 +45,6 @@ var CatalogueSkipList = map[string]bool{
"gardening": true,
"go-abra": true,
"organising": true,
"outline-with-patch": true,
"pyabra": true,
"radicle-seed-node": true,
"recipes-catalogue-json": true,

View File

@ -8,8 +8,8 @@ import (
"os"
"path"
"path/filepath"
"strings"
"strconv"
"strings"
"time"
"coopcloud.tech/abra/pkg/client"