Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam Mukhade committed Nov 21, 2021
1 parent 8641025 commit c1af723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/buildrun/resources/taskrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func GenerateTaskSpec(
// specified in build manifest or buildRun manifest
if len(build.Spec.Output.Annotations) > 0 || len(build.Spec.Output.Labels) > 0 ||
len(buildRunOutput.Annotations) > 0 || len(buildRunOutput.Labels) > 0 {
amendTaskSpecWithImageMutate(cfg, &generatedTaskSpec, build.Spec.Output, *buildRun.Spec.Output)
amendTaskSpecWithImageMutate(cfg, &generatedTaskSpec, build.Spec.Output, *buildRunOutput)
}

return &generatedTaskSpec, nil
Expand Down

0 comments on commit c1af723

Please sign in to comment.