Merge pull request #6632 from zmstone/build-no-need-for-compile-step-before-release

build: remove 'compile' step before 'release'
This commit is contained in:
Zaiming (Stone) Shi 2022-01-04 17:24:51 +01:00 committed by GitHub
commit 6603485e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ coveralls: $(REBAR)
.PHONY: $(REL_PROFILES)
$(REL_PROFILES:%=%): $(REBAR) get-dashboard conf-segs
@$(REBAR) as $(@) do compile,release
@$(REBAR) as $(@) do release
## Not calling rebar3 clean because
## 1. rebar3 clean relies on rebar3, meaning it reads config, fetches dependencies etc.