Merge pull request #6335 from zmstone/build-refine-build-script
build: rebar3 no need to release before tar
This commit is contained in:
commit
616b630781
2
build
2
build
|
@ -65,7 +65,7 @@ docgen() {
|
|||
|
||||
make_rel() {
|
||||
# shellcheck disable=SC1010
|
||||
./rebar3 as "$PROFILE" do release,tar
|
||||
./rebar3 as "$PROFILE" do tar
|
||||
if [ "$(find "_build/$PROFILE/rel/emqx/lib/" -maxdepth 1 -name 'gpb-*' -type d)" != "" ]; then
|
||||
echo "gpb should not be included in the release"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue