Skip to content

Commit

Permalink
pipeline example taskRef name not match
Browse files Browse the repository at this point in the history
pipeline example taskRef name(demo-deploy-kubectl) doesn't match the Task(deploy-using-kubectl) defined below.
  • Loading branch information
assertion authored and knative-prow-robot committed Mar 5, 2019
1 parent 163477f commit beb5d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
resource: web-image
- name: deploy-web
taskRef:
name: demo-deploy-kubectl
name: deploy-using-kubectl
resources:
inputs:
- name: workspace
Expand Down

0 comments on commit beb5d7b

Please sign in to comment.