Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeJu committed Aug 24, 2022
1 parent 23d5649 commit 7912a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/pipeline/v1beta1/workspace_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ func (w *WorkspacePipelineTaskBinding) convertFrom(ctx context.Context, source v
w.Name = source.Name
w.Workspace = source.Workspace
w.SubPath = source.SubPath
}

func (w WorkspaceBinding) convertTo(ctx context.Context, sink *v1.WorkspaceBinding) {
sink.Name = w.Name
sink.SubPath = w.SubPath
Expand Down

0 comments on commit 7912a58

Please sign in to comment.