From 3c8f85f08c4216414d1764a3ce95595bf4e7d13e Mon Sep 17 00:00:00 2001 From: Doug Lauder Date: Wed, 3 Aug 2022 17:40:25 -0400 Subject: [PATCH] Exclude enterprise from go.work by default (#3534) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e337c5e5a..3db08656b 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ prebuild: ## Run prebuild actions (install dependencies etc.). ci: webapp-ci server-test ## Simulate CI, locally. +setup-go-work: export EXCLUDE_ENTERPRISE ?= true setup-go-work: ## Sets up a go.work file go run ./build/gowork/main.go