From ecbdab8e277932551311d8ca4c9a0f5d34bf8596 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 29 Sep 2020 02:10:50 -0600 Subject: [PATCH] note build tags --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8180c90..af00f98 100644 --- a/README.md +++ b/README.md @@ -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