refactor(build): Ensure depth 1 git clone
This commit is contained in:
parent
5bb0cccb53
commit
e0123574ed
2
Makefile
2
Makefile
|
@ -5,6 +5,8 @@ PROFILE ?= emqx
|
||||||
PROFILES := emqx emqx-edge
|
PROFILES := emqx emqx-edge
|
||||||
PKG_PROFILES := emqx-pkg emqx-edge-pkg
|
PKG_PROFILES := emqx-pkg emqx-edge-pkg
|
||||||
|
|
||||||
|
export REBAR_GIT_CLONE_OPTIONS=--depth=1
|
||||||
|
|
||||||
.PHONY: default
|
.PHONY: default
|
||||||
default: $(REBAR) $(PROFILE)
|
default: $(REBAR) $(PROFILE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue