1
0
mirror of https://codeberg.org/crowci/crow.git synced 2025-08-07 20:23:03 +03:00

refactor: add CROW_ vars (#21)

This commit is contained in:
Patrick Schratz
2025-01-19 13:01:18 +01:00
committed by GitHub
parent 228fc36b08
commit f262ab5c08
381 changed files with 2020 additions and 1654 deletions

View File

@@ -25,7 +25,6 @@ import (
"slices"
"time"
"github.com/crowci/crow/v3/pipeline/backend/types"
"github.com/rs/zerolog/log"
"github.com/urfave/cli/v3"
"gopkg.in/yaml.v3"
@@ -37,6 +36,8 @@ import (
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp" // To authenticate to GCP K8s clusters
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/cache"
"github.com/crowci/crow/v3/pipeline/backend/types"
)
const (