Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 0e6f268

Browse files
committed
[trunk] Enable list-trigger command
Signed-off-by: mtahrioui <mtahrioui@newstore.com>
1 parent d7ccd96 commit 0e6f268

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

commands/ci/ci.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
legacyCICmd "github.com/profclems/glab/commands/ci/legacyci"
77
ciLintCmd "github.com/profclems/glab/commands/ci/lint"
88
pipeListCmd "github.com/profclems/glab/commands/ci/list"
9+
listPipeTriggerCmd "github.com/profclems/glab/commands/ci/list_triggers"
910
pipeRetryCmd "github.com/profclems/glab/commands/ci/retry"
1011
pipeRunCmd "github.com/profclems/glab/commands/ci/run"
1112
pipeStatusCmd "github.com/profclems/glab/commands/ci/status"
@@ -36,5 +37,6 @@ func NewCmdCI(f *cmdutils.Factory) *cobra.Command {
3637
ciCmd.AddCommand(pipeRetryCmd.NewCmdRetry(f))
3738
ciCmd.AddCommand(pipeRunCmd.NewCmdRun(f))
3839
ciCmd.AddCommand(jobArtifactCmd.NewCmdRun(f))
40+
ciCmd.AddCommand(listPipeTriggerCmd.NewCmdRun(f))
3941
return ciCmd
4042
}

0 commit comments

Comments
 (0)