Skip to content

Commit

Permalink
fix: [CI-15282]: Make all stages false while downloading summary (#323)
Browse files Browse the repository at this point in the history
* Make all stages false while downloading summary
  • Loading branch information
ankushChatterjee authored and Harness committed Dec 11, 2024
1 parent f72e580 commit 2af9690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ti/report/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func SaveReportSummaryToOutputs(ctx context.Context, tiConfig *tiCfg.Cfg, stepID
}
tiClient := tiConfig.GetClient()
summaryRequest := types.SummaryRequest{
AllStages: true,
AllStages: false,
OrgID: tiConfig.GetOrgID(),
ProjectID: tiConfig.GetProjectID(),
PipelineID: tiConfig.GetPipelineID(),
Expand Down

0 comments on commit 2af9690

Please sign in to comment.