Skip to content

Commit

Permalink
Format markdown
Browse files Browse the repository at this point in the history
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
  • Loading branch information
mattmoor-sockpuppet authored and tekton-robot committed May 14, 2019
1 parent 8ae3161 commit ee8352c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/developers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ expected in directory path `/workspace/output/resource_name`.
- name: gcs-workspace
type: storage
```
- If the resource is declared only in output but not in input for task and the resource defined with `TargetPath` then the
copy step includes resource being copied to PVC to path
`/pvc/task_name/resource_name` from `/workspace/outputstuff` like the
following example.
- If the resource is declared only in output but not in input for task and the
resource defined with `TargetPath` then the copy step includes resource being
copied to PVC to path `/pvc/task_name/resource_name` from
`/workspace/outputstuff` like the following example.

```yaml
kind: Task
Expand Down

0 comments on commit ee8352c

Please sign in to comment.