build plugins when we build
This commit is contained in:
parent
da4da67a34
commit
1591d1b8e3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue