Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 committed Feb 18, 2025
1 parent 86ec8b2 commit a6a9ef1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ func GetReleasePlanJobDetail(planID, jobID string) (*commonmodels.ReleaseJob, er
originalWorkflow.Remark = spec.Workflow.Remark

spec.Workflow = originalWorkflow
a, _ := json.Marshal(spec)
fmt.Printf(">>>>>>>>>>>>>>>>>>>>>>>>> %s\n", string(a))
releasePlanJob.Spec = spec
}

Expand Down

0 comments on commit a6a9ef1

Please sign in to comment.