diff --git a/internal/cli/pipeline_run.go b/internal/cli/pipeline_run.go index 7c89085552c..7e2bc73ea3b 100644 --- a/internal/cli/pipeline_run.go +++ b/internal/cli/pipeline_run.go @@ -99,6 +99,7 @@ func (c *PipelineRunCommand) Run(args []string) int { Application: app.Ref(), Workspace: c.project.WorkspaceRef(), TargetRunner: &pb.Ref_Runner{Target: &pb.Ref_Runner_Any{}}, + Variables: c.variables, } // build the base api request