-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(api,ui): add custom step name #3259
Conversation
close #1408 Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
query := `UPDATE pipeline_action set action_id=$1, pipeline_stage_id=$2, enabled=$4 WHERE id=$3` | ||
_, err = db.Exec(query, job.Action.ID, job.PipelineStageID, job.PipelineActionID, job.Enabled) | ||
if err != nil { | ||
if UpdatePipelineAction(db, *job); err != nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error return value of UpdatePipelineAction
is not checked
close #1408 Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
CDS Report ut-engine#5711.0 ✘
|
CDS Report ut-engine#5711.1 ✘
|
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
close #1408
Signed-off-by: Benjamin Coenen benjamin.coenen@corp.ovh.com
and inside a fix on workflow tag to not tag a branch if we specified tag and branch at the same time
@ovh/cds