mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-06 19:21:54 +00:00
Global and organization registries (#1672)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,8 @@ package repo
|
||||
|
||||
import (
|
||||
"github.com/urfave/cli/v2"
|
||||
|
||||
"go.woodpecker-ci.org/woodpecker/v2/cli/repo/registry"
|
||||
)
|
||||
|
||||
// Command exports the repository command.
|
||||
@@ -31,5 +33,6 @@ var Command = &cli.Command{
|
||||
repoRepairCmd,
|
||||
repoChownCmd,
|
||||
repoSyncCmd,
|
||||
registry.Command,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user