mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-21 05:55:35 +00:00
Fix small issue with gcs-download README
Prior to this commit an example in the readme for gcs-download referenced a Task that didn't exist. This commit updates the broken taskRef to point to the correctly named Task.
This commit is contained in:
parent
77b3f9a16b
commit
ae02f26988
@ -82,7 +82,7 @@ spec:
|
||||
value: "true"
|
||||
- name: print-readme
|
||||
taskRef:
|
||||
name: cat-readme
|
||||
name: cat-file
|
||||
runAfter:
|
||||
- copy-files # required to ensure copy occurs before cat
|
||||
workspaces:
|
||||
@ -122,4 +122,4 @@ spec:
|
||||
- name: shared-workspace
|
||||
persistentVolumeClaim:
|
||||
claimName: workspace-pvc
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user