Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An example in the taskrun doc is not runnable
This commit fixes #1855 - an example in the taskrun doc is not runnable. Two changes were required to make this example in docs/taskruns.md runnable: 1. "cat README.md" needed to be updated to "cat workspace/README.md" because the git resource is checked out to /workspace/workspace 2. The TaskRun needed to be moved from above the resource and task declarations to be the last resource in the document. As an added bonus I've updated the example to use the script field instead of `bash -c $(args)`.
- Loading branch information