Skip to content

Commit

Permalink
Update pkg/reconciler/taskrun/resources/taskref.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jerop Kipruto <[email protected]>
  • Loading branch information
Yongxuanzhang and jerop authored Nov 7, 2023
1 parent 234ebf2 commit 15b4a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/taskrun/resources/taskref.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func GetTaskFunc(ctx context.Context, k8s kubernetes.Interface, tekton clientset

// GetStepActionFunc is a factory function that will use the given Ref as context to return a valid GetStepAction function.
// also requires a kubeclient, tektonclient, requester in case it needs to find that task in
// cluster or authorize against an external repositroy. It will figure out whether it needs to look in the cluster or in
// cluster or authorize against an external repository. It will figure out whether it needs to look in the cluster or in
// a remote image to fetch the reference.
func GetStepActionFunc(tekton clientset.Interface, k8s kubernetes.Interface, requester remoteresource.Requester, tr *v1.TaskRun, step *v1.Step) GetStepAction {
trName := tr.Name
Expand Down

0 comments on commit 15b4a78

Please sign in to comment.