From b74d30ae275b4f025f689efca748dd0cbd826b22 Mon Sep 17 00:00:00 2001 From: guillep2k <18600385+guillep2k@users.noreply.github.com> Date: Sun, 5 Apr 2020 00:35:02 -0300 Subject: Prevent support libraries from compiling into Gitea (#10964) * Prevent support libraries from compiling into Gitea * Fix tag position * Fix golangci-lint errors * Refactor to make it work Co-authored-by: Guillermo Prandi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9663e8b6dd..7af41ab74b 100644 --- a/Makefile +++ b/Makefile @@ -301,7 +301,7 @@ unit-test-coverage: .PHONY: vendor vendor: - $(GO) mod tidy && $(GO) mod vendor + $(GO) mod tidy && TAGS="$(TAGS) vendor" $(GO) mod vendor .PHONY: test-vendor test-vendor: vendor -- cgit v1.2.3