Skip to content

Commit

Permalink
Add stage_index field at BuildQuickSyncStagesRequest (#5229)
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
  • Loading branch information
Warashi authored Sep 26, 2024
1 parent c3386cf commit 32b33b4
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 81 deletions.
170 changes: 90 additions & 80 deletions pkg/plugin/api/v1alpha1/deployment/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkg/plugin/api/v1alpha1/deployment/api.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pkg/plugin/api/v1alpha1/deployment/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ message BuildPipelineSyncStagesResponse {
}

message BuildQuickSyncStagesRequest {
bool rollback = 1;
int32 stage_index = 1;
bool rollback = 2;
}

message BuildQuickSyncStagesResponse {
Expand Down

0 comments on commit 32b33b4

Please sign in to comment.