From b9f09f2ad89f113403a17e08e5def27644ec0f2d Mon Sep 17 00:00:00 2001 From: Thibault bui Koechlin Date: Wed, 27 May 2020 12:37:04 +0200 Subject: [PATCH] build plugins when we build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 39c72e6b8..353cc73d4 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ else @echo "Required golang version is $(REQUIRE_GOVERSION). The current one is $(CURRENT_GOVERSION). Exiting.." @exit 1; endif + @bash ./scripts/build_plugins.sh cscli_static: