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 from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/abra repo: git.coopcloud.tech/coop-cloud/abra
tags: latest tags: latest
registry: git.coopcloud.tech
when: when:
event: event:
exclude: exclude:

View File

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

View File

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