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 9, 2019
1 parent 6ecdf9d commit d958f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ High level details of this design:
triggered by events or by manually creating [PipelineRuns](pipelineruns.md)
- [Tasks](tasks.md) can exist and be invoked completely independently of
[Pipelines](pipelines.md); they are highly cohesive and loosely coupled
- [Tasks](tasks.md) can depend on artifacts and parameters created by
other tasks.
- [Tasks](tasks.md) can depend on artifacts and parameters created by other
tasks.
- [Tasks](tasks.md) can be invoked via [TaskRuns](taskruns.md)
- [PipelineResources](resources.md) are the artifacts used as inputs and outputs
of Tasks.
Expand Down
4 changes: 2 additions & 2 deletions docs/developers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ expected in directory path `/workspace/output/resource_name`.

- If resource is declared both in input and output for task without custom
target directory then copy step includes resource being copied to PVC to
path `/pvc/task_name/resource_name` from `/workspace/resource_name/` like the
following example.
path `/pvc/task_name/resource_name` from `/workspace/resource_name/` like
the following example.

```yaml
kind: Task
Expand Down

0 comments on commit d958f86

Please sign in to comment.