ci: set CT_READABLE default to true
This commit is contained in:
parent
95e7a03f01
commit
3ed10eae07
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ REL_PROFILES := emqx emqx-edge
|
||||||
PKG_PROFILES := emqx-pkg emqx-edge-pkg
|
PKG_PROFILES := emqx-pkg emqx-edge-pkg
|
||||||
PROFILES := $(REL_PROFILES) $(PKG_PROFILES) default
|
PROFILES := $(REL_PROFILES) $(PKG_PROFILES) default
|
||||||
|
|
||||||
CT_READABLE ?= false
|
CT_READABLE ?= true
|
||||||
|
|
||||||
export REBAR_GIT_CLONE_OPTIONS += --depth=1
|
export REBAR_GIT_CLONE_OPTIONS += --depth=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue