note build tags

This commit is contained in:
AJ ONeal 2020-09-29 02:10:50 -06:00
parent c07056d9fd
commit ecbdab8e27
1 changed files with 11 additions and 0 deletions

View File

@ -44,6 +44,17 @@ go generate -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
To add a webhook you'll first need a secret