build plugins when we build

This commit is contained in:
Thibault bui Koechlin 2020-05-27 12:37:04 +02:00 committed by Farica
parent edcc822d79
commit b9f09f2ad8

View file

@ -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: