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

Commit 421df23

Browse files
committed
[trunk] Enable trigger command
Signed-off-by: mtahrioui <mtahrioui@newstore.com>
1 parent 160e048 commit 421df23

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
@@ -11,6 +11,7 @@ import (
1111
pipeRunCmd "github.com/profclems/glab/commands/ci/run"
1212
pipeStatusCmd "github.com/profclems/glab/commands/ci/status"
1313
ciTraceCmd "github.com/profclems/glab/commands/ci/trace"
14+
triggerPipeCmd "github.com/profclems/glab/commands/ci/trigger"
1415
ciViewCmd "github.com/profclems/glab/commands/ci/view"
1516
"github.com/profclems/glab/commands/cmdutils"
1617

@@ -38,5 +39,6 @@ func NewCmdCI(f *cmdutils.Factory) *cobra.Command {
3839
ciCmd.AddCommand(pipeRunCmd.NewCmdRun(f))
3940
ciCmd.AddCommand(jobArtifactCmd.NewCmdRun(f))
4041
ciCmd.AddCommand(listPipeTriggerCmd.NewCmdRun(f))
42+
ciCmd.AddCommand(triggerPipeCmd.NewCmdRun(f))
4143
return ciCmd
4244
}

0 commit comments

Comments
 (0)