refactor(build): Ensure depth 1 git clone

This commit is contained in:
Zaiming Shi 2020-12-02 00:06:12 +01:00
parent 5bb0cccb53
commit e0123574ed
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ PROFILE ?= emqx
PROFILES := emqx emqx-edge
PKG_PROFILES := emqx-pkg emqx-edge-pkg
export REBAR_GIT_CLONE_OPTIONS=--depth=1
.PHONY: default
default: $(REBAR) $(PROFILE)