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 29, 2019
1 parent 4582a9b commit 9c52c69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 5 additions & 4 deletions hack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
This directory contains several scripts useful in the development process of
Tekton Pipelines.

- [`update-codegen.sh`](./update-codegen.sh): Updates auto-generated client libraries.
- [`update-codegen.sh`](./update-codegen.sh): Updates auto-generated client
libraries.
- [`update-deps.sh`](./update-deps.sh): Updates Go dependencies.
- [`verify-codegen.sh`](./verify-codegen.sh): Verifies that auto-generated client libraries are
up-to-date.
- Release docs have been moved to [the top-level `tekton` dir](../tekton)
- [`verify-codegen.sh`](./verify-codegen.sh): Verifies that auto-generated
client libraries are up-to-date.
- Release docs have been moved to [the top-level `tekton` dir](../tekton)
5 changes: 2 additions & 3 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,8 @@ against, i.e. override
go test -v -tags=e2e -count=1 ./test --kubeconfig ~/special/kubeconfig --cluster myspecialcluster
```
Tests importing
[`github.com/tektoncd/pipeline/test`](#adding-integration-tests) recognize
the
Tests importing [`github.com/tektoncd/pipeline/test`](#adding-integration-tests)
recognize the
[flags added by `knative/pkg/test`](https://github.com/knative/pkg/tree/master/test#flags).
### One test case
Expand Down

0 comments on commit 9c52c69

Please sign in to comment.