Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Tekton Triggers 0.4 support, webhook name must be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
a-roberts authored and tekton-robot committed Apr 8, 2020
1 parent c01ba95 commit c74ba9e
Show file tree
Hide file tree
Showing 19 changed files with 294 additions and 348 deletions.
6 changes: 5 additions & 1 deletion webhooks-extension/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ Run `npm run lint:fix` to automatically fix a number of types of problem includi

`GO_ENABLED=0 go test github.com/tektoncd/experimental/webhooks-extension/pkg/endpoints -v -race`

To run a specific test:
and

`GO_ENABLED=0 go test github.com/tektoncd/experimental/webhooks-extension/cmd/interceptor -v -race`

To run a specific test (replace the package name as appropriate):
`GO_ENABLED=1 go test github.com/tektoncd/experimental/webhooks-extension/pkg/endpoints -v -race -run [test_name]`

## API Definitions
Expand Down
Loading

0 comments on commit c74ba9e

Please sign in to comment.