note build tags
This commit is contained in:
parent
c07056d9fd
commit
ecbdab8e27
11
README.md
11
README.md
|
@ -44,6 +44,17 @@ go generate -mod=vendor ./...
|
||||||
go build -mod=vendor .
|
go build -mod=vendor .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can use build tags to remove providers from the build:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go build -mod=vendor -tags nobitbucket,nogithub .
|
||||||
|
```
|
||||||
|
|
||||||
|
Supported tags are:
|
||||||
|
|
||||||
|
- nogithub
|
||||||
|
- nobitbucket
|
||||||
|
|
||||||
## Add Webhooks
|
## Add Webhooks
|
||||||
|
|
||||||
To add a webhook you'll first need a secret
|
To add a webhook you'll first need a secret
|
||||||
|
|
Loading…
Reference in New Issue